Dan
Dan

Reputation: 180

Was is true use Context and Redux in single project?

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

Answers (1)

Anuja
Anuja

Reputation: 1038

If you already use Redux, stick to that, multiple global state/store is hard to manage.

Upvotes: 1

Related Questions