#usereducer
Read more stories on Hashnode
Articles with this tag
Managing state is a common task in any React application. In class components, state management is done with the setState method, but in functional...
React Hooks were introduced in React 16.8 as a way to add state and other React features to functional components. Hooks are functions that allow...