Redux weird thing 2 – You can still have local state in components

Disclamer: “Weird” is a neutral word here.

In Redux you are supposed to put “all” the data in the store. However, “temp” data like unsubmitted form input, should be inside the components.

Data in the store should be cleaned, “official” daa.

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.