Tag: ReactHooks
All the articles with the tag "ReactHooks".
Common useEffect Mistakes
Published: at 07:57 AMAvoid `useEffect` mistakes: manage dependencies, include cleanup code, and consider alternatives for data fetching to enhance performance
How to add TypeScript types to useReducer
Updated: at 06:59 AMuseReducer is a great way to abstract some of your application's complexity in React. In this post, we're enhancing our reducers with TypeScript types!