Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.25 KB

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