Skip to content

Code examples and markdown guides about functional component's lifecycle and Hooks

Notifications You must be signed in to change notification settings

Shlomo-Moller/hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About React Hooks

This project contains code examples on React Hooks, and Markdown (.md) files as guides, and mainly focuses on the useEffect Hook, functional component lifecycle, and the rules of Hooks.

All information here is gathered from the React website.


NOTES

  1. One of the main motives here is to provide a supplement to the official documentation on React since the existing documentation (currently) on useEffect and on component lifecycle is unsatisfactory and even a little misleading.

  2. The project has few duplicates and requires little renovation, but at least for now, it is very intuitive and clear.



Main Sources

The guides Directory (Of This Project)

The recommended reading order:

  1. guides\React Hooks.md
  2. guides\useEffect.md
  3. guides\Custom Hooks.md
  4. guides\Other Hooks.md