Echo JS 0.11.0

<~>
tracker1 2293 days ago. link 2 points
Just realized that this article is pretty old.  That said, I find that redux + redux-thunks fills the *VAST* majority of use cases for small to largish applications well.  Other extensions to redux allow me to structure reducers and action creators to suit the needs of the application.  Growing complexity somewhat organically as needs arise.  It's not *THAT* far off the "recommended" SAM approach in TFA, despite the author's statements to the contrary.

Just my $.02

Replies