This project is a demonstration of new react hooks in details and simplest way. Below is the list of features which i covered in this project:
- useState
- useContext
- useReducer
- useEffects
- useMemo
- useCallback
- useRef
- Lazy Loading and Suspense
- getDerivedStateFromError
- Custom Hooks
Demo App - https://basic-react-features.sanjeev2315.now.sh/
More examples will follow.