Sunney Soodsunneysood.hashnode.dev·Apr 23, 2024React: Best Practiceshttps://www.youtube.com/watch?v=5r4LlVAFrd0&ab_channel=PedroTech Below are my key take aways from the above video. Kindly note that its recommended to follow the best practices but sometimes you got to do what you got to do. Following are 4 key bes...React || Javascript || Next.JS || Node.JSReact
Jayesh Chauhanofficialjitandrachauhan.hashnode.dev·Jun 11, 2023useState Hook In reactThe useState hook is a fundamental feature in React that allows you to add state to functional components. It provides a way to manage and update state without the need for class components. Here are the details of the useState hook, along with two e...react hooks