Redux weird thing 2 – You can still have local state in components Leave a Comment / Frontend / June 19, 2018 June 19, 2018 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.