react with redux vs react without redux
which one is best for real time application...
any project example
react with redux
react without redux
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Siddharth GajbhiyePosted Jan 5, 2021, 5:18 AM
Ankit KanojiaPosted Jan 4, 2021, 9:32 AM
Shivangi RajdePosted Jun 29, 2020, 2:20 AM
I would suggest not to use state management tool until and unless the state and callbacks in your lowest child component doesn’t confuse you that how the data is being passed and how the state is being managed.