Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is great. It’s an excellent idea for Rosetta Stone(s) for different JS frameworks - all side by side with minimal but working code. This could be a start.


There's a really awesome project called RealWorld that's trying to build full stack example apps (a medium clone) in all the various frameworks: https://github.com/gothinkster/realworld


Wow thanks for sharing, this is really cool! Looks like a great way to learn how other frameworks work.



Thanks for the link! I just played around with the React and Vue.js implementations. With the Vue.js implementation, there is a perceptible lag (maybe ~300ms) between pressing Enter and the new item appearing in the list. With the React version, the same action is essentially instantaneous. Curious if anyone else is experiencing the same and/or knows what might be the cause.


The Vue one creates new items on keyup while the React one creates them on keydown.


Most of them seem to be on keydown except Vue.


i noticed a lag in the vue one only on the first entry - everything else was basically instant (less lag than I could perceive). Basically instant on react too, although I tested that one separately. Too lazy to clear browsers and test again.


Thanks!

This looks like a proper list. I’m happy to see older frameworks like Knockout listed too. Many thanks for this.


In addition to TodoMVC and RealWorld, there is also https://hnpwa.com

On thing I like about HNPWA is that there are multiple examples with varying stacks and each one is built by someone who really knows that stack well. There is also a somewhat objective measure of success in the lighthouse score.


https://github.com/gothinkster/realworld/blob/master/README....

That is what you want, maybe. Lots of different frameworks, building the same working application.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: