React JS is a JavaScript based open source library and with react we can develop dynamic web applications and introduced by Facebook (Meta) at 2013 React is developed and maintained by Facebook Hooks 🪝 in react 1. useEffect : Syntax: useEffect(()=>{},[]) 2. useState: Syntax: const [state, setState] = useState(initialState) Hooks can perform all the functions performed by Lifecycle methods in react To read more about Hooks vist React Hooks 🪝 Official page. Thanks for reading 📚 In the next blog we will see indepth about react js and redux #Blog Read more like this