Skip to content

React Hooks: useState(), useEffect(), useContext(), useCallback(), useMemo(), Custom Hook

Notifications You must be signed in to change notification settings

HsharmaCoding/3-React-Hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Hooks

  1. useState(),
  2. useEffect(),
  3. useContext(),
  4. useCallback(),
  5. useMemo(),
  6. Custom Hook
  7. React.Memo (It's not a hook. It's a feature to wrap the component with React.Memo to improve the performance)

Please refer the attached information.txt and APP-DEMO file for more information.