DEV Community

Rishav Jadon
Rishav Jadon

Posted on

How do you create a Redux store for Login functionality?

How do you think when you have states for email, password, and other states like dateRange values, and you have to implement a Redux store for them?
What kind of action creators do you write, should you use Redux toolkit, and what's the most simplest way to do this?

Top comments (0)