Thursday 23 January 2020

When using redux in an app when is it good to use redux.

I understand that it is never good to add another layer of complexity by replacing local state with it.I read this post (https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367). It talks a lot about when not to use it but not much about to use it.I know that I should be using redux to control state that could be theoretically undone by the user.But where else?

Submitted January 23, 2020 at 05:30PM by Administrator101

No comments:

Post a Comment