Y
Hacker News
new
|
ask
|
show
|
jobs
by
threatofrain
3498 days ago
It's like Angular in that they use a similar templating language, and it's like React in that they're using a component-based declarative DOM API.
2 comments
kabes
3498 days ago
Angular also has a component-based declarative DOM API. Always had, but since version 1.5 it's more explicit.
link
nailer
3498 days ago
If you like the awesome simplicity of Vue, but prefer a more familiar mustache-style templating language with your virtual DOM, try ractive.js from The Guardian.
http://www.ractivejs.org/
link