Reputation: 180
i'm use redux for my project. And i make registration and login with context( Save user and token with check logged in). It's true or remove context and use only redux?
Upvotes: 0
Views: 40
Reputation: 1038
If you already use Redux, stick to that, multiple global state/store is hard to manage.
Upvotes: 1