Hacker News new | ask | show | jobs
by speedgoose 2289 days ago
I have used react and vue and I prefer vue. React is fine but it has a few issues such as having to write className instead of class in the html templates (yes I know why). It's not a big difference between all these new frameworks though, and it will be a huge improvement over html generated from PHP with some jQuery.
1 comments

className vs class is a non issue when you use CSS modules or CSS-in-JS.