DEV Community

Discussion on: How Pros Automate Repetitive Code using VS Code

 
ruppysuppy profile image
Tapajyoti Bose

That's using redux toolkit (createSlice isn't available with plain old redux). But thanks for your input. It led me to coming across the useSelector and useDispatch, which does look like the future of react-redux to me