Skip to content

KotlinTpoint

Knowledge can not be stolen, So keep learning

Month: October 2020

You are here
  • Home
  • 2020
  • October
React JS

React Redux with Example

October 27, 2020 Ankit Sodha

As per redux.js.org “Redux is predictable state container for JavaScript apps“ So from this statement, we can understand that Redux is a library for all

Read More
React JS

Custom Hook React

October 27, 2020 Ankit Sodha

Hello Friends I hope you know about built in hooks in React Custom Hook in React is basically a JavavScript function whose name starts with

Read More
React JS

React.memo() & useCallback hook in React

October 22, 2020 Ankit Sodha

Before understand useCallbcak we will also discuss React.memo() useCallback() and React.memo() both we can use for improving the React application and prevent extra rendering of

Read More
React JS

useReducer hook in React

October 22, 2020October 22, 2020 Ankit Sodha

useReducer hook in React we use for state management It is an alternative of useState and also preferable while write complex state logic also it

Read More
React JS

Context in React

October 21, 2020October 21, 2020 Ankit Sodha

Context provides a way to pass data through the component tree without having to pass props down manually at every level For example in the

Read More
React JS

useEffect Hook in React with Example

October 19, 2020October 19, 2020 Ankit Sodha

In Class component we use componentDidMount(), componentDidUpdate() and componentWillUnmount() methods as component life cycle methods componentDidMount() get call when our component renders first time on

Read More
React JS

Hooks in React

October 17, 2020October 27, 2020 Ankit Sodha

Hello Guys, Let’s learn hooks in React. What are Hooks? Hooks are new features in React which help you to write a code using function

Read More
React JS

useState Hook in React with Example

October 17, 2020 Ankit Sodha

useState Hook in React useState hook lets you add state to functional components. Unlike class, useState provide the facility to have the state as a

Read More
Android

Play YouTube video in Android Webview?

October 17, 2020 Ankit Sodha

Hello friends, today we are going to learn how to play YouTube video in our Android application. It is a very common requirement for every

Read More

Categories

Recent Posts

  • Android Current Location | Latitude | Longitude| Address | Country | PostalCode)
  • JobScheduler in Android
  • React Redux with Example
  • Custom Hook React
  • React.memo() & useCallback hook in React

Archives

  • March 2021
  • February 2021
  • October 2020
  • April 2020
  • March 2020