DEV Community

Discussion on: Setting up Redux in React with Redux Toolkit

Collapse
 
oldskool123 profile image
Lennea

Awesome!!
I'm new to toolkit and been trying to setup same example as above but instead with two inputs. How would you approach handling multiple inputs with one slice/ reducer?

And is it better to set data to store on submit instead of on change?