Hacker News new | ask | show | jobs
by bicknergseng 3563 days ago
To be honest, TodoMVC is the idea-that-needs-to-dieā„¢ for SPAs. IMO, if all the framework needs to be able to do is described by TodoMVC, you probably don't need a framework at all. It probably takes way less time to write a todolist in a vanilla language than to learn an entire application framework to build it.
1 comments

And you can write a simple and clean TODO app in any framework. You really need to see how it manages complexity to evaluate it properly.