|
|
|
|
|
by jokethrowaway
1510 days ago
|
|
Redux historically had a pretty terrible API. Next stop: Boilerplate-ville. But it's based on a sound model.
Go and check out elm, the project redux copied its structure from and you'll see what that model is capable of achieving in a decent language. Today with hooks Redux is not too bad but still subpar. I used for years my own simplified store, these days I just use zustand. |
|