Posts by Muskan Garg
Author Biographical Info: Not available
The purpose of the useEffect hook in React Js is to allow us to perform side effects from within the functional component. Now, what are the side effects? Side effects are anything.... Read More
React hooks are the new feature added in the React 16.8 version. In the previous versions, the class-based components were the only way to manipulate the state. If we had a functio.... Read More