1
1 Comment

How to use redux for state management?

Hi! I am looking for a way to implement state management using react redux. I tried to google but did not find good enough solutions. Can anyone here help me with this?

on October 20, 2020
  1. 1

    Have you been through the documentation on https://redux.js.org/ and https://react-redux.js.org/? That's probably the best place to start. Have you got any specific questions?