Echo JS 0.11.0

<~>

scriptify comments

scriptify 2992 days ago. link 2 points
That's the direction web development should go: More web standards, less libraries/frameworks.
scriptify 3007 days ago. link 1 point
Yea true! Everything is shit. All those new webdev things are shit. Really, let's return to Assembly, that's my personal suggestion. We have to avoid technological progess!

MEGABYTE KILL PEOPLE
scriptify 3069 days ago. link 2 points
No, it seems like Mobx is becoming more popular every day.
scriptify 3074 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.