React LOVES unidirectional data flow. Unlike OOP, it’s far more annoying to simply “change” the States of a component from outside the component itself without exposing it, or, idiomaticly
Search
Jan 11, 20261 min read
React LOVES unidirectional data flow. Unlike OOP, it’s far more annoying to simply “change” the States of a component from outside the component itself without exposing it, or, idiomaticly