Mohd Sahil - PPT
Mohd Sahil - PPT
Title
TodoForm
TodoList
Todo
What are Hooks?
Hooks: Special functions that allow Built-in hooks:
developers to hook into state and
useState
lifecycle of React components. We will cover
these today useEffect
State: One or more data values
associated with a React component useReducer
instance.
We will not cover useMemo
these today
Lifecycle: The events associated with a useRef
React component instance (create, useCallback
render, destroy, etc).
Component and Libraries
• React-Router
• Redux
• Material-UI
• Bootstrap
• Font-Awesome
• SWR
Implementation
https://www.unthinkable.co/blog/
THANK YOU