In my react app, I want to use redux,
now there are standard redux and react-redux library, what would be the best approach how to use them? I have seen them both used in many apps, would it be too tedious or complicated to use only redux? And can I use react-redux without redux anyway?
is there maybe any other simplified redux based architecture library for react out there?=