React + Redux & Redux Toolkit
๐ What is Redux & definition of state
Redux is a state management system for cross-components or app-wide states.
We can divide the definition of state into three main types:
Local State ๐ธ It is a state that belongs to a single component, such as ...
pietropiraino.hashnode.dev15 min read