mohammad-taheri1 / react-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Hooks Mastery

GitHub last commit

Hooks are very usefull functions which can help us create react applications faster using functional component with power of class components.

let's take a look on React Official document:

React Official Library Link : Hooks API Reference

React document has categorized hooks in this manner:

*-* Basic hooks
    1. useState
    2. useEffect
    3. useContext

*-* Additional Hooks
    4. useReducer
    5. useCallback
    6. useMemo
    7. useRef
    8. useImperativeHandle
    9. useLayoutEffect
    10. useDebugValue

content of .htaccess file.

 <IfModule mod_rewrite.c>

      RewriteEngine On
      RewriteBase /
      RewriteRule ^index\.html$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !-l
      RewriteRule . /index.html [L]

</IfModule>

About


Languages

Language:JavaScript 73.2%Language:CSS 15.6%Language:HTML 11.2%