DEV Community

Discussion on: How to select a front-end framework?

Collapse
 
jvanbruegge profile image
Jan van Brügge

Cycle.js, because it's completely different:

  • no magic data binding
  • one common abstraction (to rule them all)
  • functional
  • more an architecture and not a framework
  • extendable without feeling second class

(Those are the reason why I chose it and later became core team member)