Echo JS 0.11.0

<~>
wanda 3051 days ago. link 1 point
I see posts like this a lot. I think there is a fundamental confusion between what constitutes a web app and what is a simple website.

Websites for companies and the like certainly do not call for React, Angular or Ember etc. and may as well just use some responsibly written ES5 to handle things like UI animation, localStorage stuff for users etc.

WHen you start getting into app territory, you really should look at a client-side app for the sake of the end-user, and that really should mean selecting a framework and using it to keep your team's programming and your own code in check. If you develop solo, you should still consider a framework for an app, because why reinvent the wheel?

Replies