|
|
|
|
|
by mattgreenrocks
1798 days ago
|
|
The beautiful thing about React is not React itself, but rather how much it pushed functional idioms into mainstream programming. We can do better from here, mostly by hewing more to the functional core/imperative shell idea. Redux is a popular approach that shows the power of this. In more modern languages with ADTs you don’t even need a library/framework once you fully understand how to structure things well. |
|