What's your opinion on Riot?
React, Angular, Vue, Polymer.. what about Riot?
Does anybody have experience with Riot? Looking at their website, it seems to be a great choice for building UI components. Just a couple of reasons why I'm considering trying it out:
- It's smaller than React and Polymer in size
- It contains a Virtual DOM for minimal DOM manipulations
- It plays well with DOM manipulating libraries
- It works with lots of preprocessors
- It supports server-side rendering (SSR)
What do you think?