Live data from Hacker News

Riot – A React-like, 2.5K user interface library

muut.com

1–10 of 222 posts

Re: Riot – A React-like, 2.5K user interface library

#4
post #2

Is this the same Riot.js as the 1kb framework or is this just named the same?

According to Google cache, it is. The size change may be due to rewrite (version 2.0):

> This is the biggest change from Riot 1.0 to 2.0. JavaScript and HTML are now part of the same module.

Re: Riot – A React-like, 2.5K user interface library

#5
I'd be really interested in the views from people who were much more into JS than I am. I've used Angular for a couple of small cases now and I like it, but have been hearing lots of good stuff about React (and even Om, I'm quite Clojure inclined). How does this stack up against React in terms of power, brevity, etc?

Re: Riot – A React-like, 2.5K user interface library

#6
post #5

I'd be really interested in the views from people who were much more into JS than I am. I've used Angular for a couple of small cases now and I like it, but have been hearing lots of good stuff about React (and even Om, I'm quite Clojure inclined). How does this stack up against React in terms of power, brevity, etc?

Maybe you can find the answer from the comparison section:

https://muut.com/riotjs/compare.html

Re: Riot – A React-like, 2.5K user interface library

#7
post #3
post #2

Is this the same Riot.js as the 1kb framework or is this just named the same?

Yes. It's the same library, but with a new (major) version. It's inspired by React so the views are build differently than in 1.0.

Ok, now I understand, sometimes there are several javascript projects with same name.
Post reply on HN