DEV Community

Discussion on: 7 Reasons Why React is King of JavaScript UI Frameworks

 
yoquiale profile image
Alex

Meh, v-for and ng-for look better to the eyes and makes your code cleaner than mapping an array of objects and returning a html element.

Thread Thread
 
jonrandy profile image
Jon Randy ๐ŸŽ–๏ธ

RiotJS is also extremely readable IMO - and it feels very much like writing normal HTML/JS/CSS

Thread Thread
 
yoquiale profile image
Alex

Agree, I've never heard about it but just looked at one of the examples stated on its website and it makes sense to me.

Thread Thread
 
jonrandy profile image
Jon Randy ๐ŸŽ–๏ธ

Yeah, it's not that well known but has been around almost as long as React