Echo JS 0.11.0

<~>
monotype 2836 days ago. link 1 point
I don't get the hype. This brings back memories of debugging knockout and emberjs code. I'll stick with redux, thanks

Replies

scriptify 2835 days ago. link 2 points
I personally think that there is no "right" way of building applications. It strongly depends on the developer: A developer who is used to writing messy and unstructured code won't produce significantly better code with redux-like patterns. It's right, with redux you're less likely to end up with a total mess, but it's also very likely that you end up with a well understandable, good structured application with mobx-like approaches of state managment.
tracker1 2836 days ago. link 2 points
Some people prefer observable patterns... I'm with you, I prefer redux... that said, there is value to understanding the different approaches, as you will see them in the wild.