Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Froot75567yNo. Unless you invent some hack
You shouldn't even want to do that. Keeping stores and views in sync is the whole point -
wtho837yWell if you use React it will not touch the DOM if the variable is not bound/used to any component.
I'm quite sure that's not what you meant though... You want to do something the framework is not made for.
Declarative programming creates a view for every state. Skipping a state is going against the paradigm.
Related Rants
Redux!!
Is there any way to update the store and not change the view of UI?
question
react
redux
store