React useUpdate hook
Forces the component to re-render when called.
- Use the
useReducer()
hook that creates a new object every time it's updated and return its dispatch.
Forces the component to re-render when called.
useReducer()
hook that creates a new object every time it's updated and return its dispatch.