8000 GitHub - aneesahmed330/ReactHooks: Here in this Repository , I add code for learning React Hooks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aneesahmed330/ReactHooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ReactHooks

Here in this Repository , I add code for learning React Hooks

Hooks I Looked so Far

  • useState ( above setting state in SFC )
  • useReducer ( Changing or Performing action on Single Handler )
  • useEffect ( Relate to many LCH in FC i.e ComponentDidMount, ComponentDidUpdate , ComponentUnMount )
  • useRef (specific targeting HTML elements )
  • useImperativeHandle ( Can be use to perform action from another components )

Reference

https://www.youtube.com/watch?v=LlvBzyy-558

About

Here in this Repository , I add code for learning React Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0