Hacker News new | ask | show | jobs
by quadrupleslap 3290 days ago
React can certainly be fast enough but isn't it completely unnecessary for a mostly-static site like Reddit?
1 comments

Yea, I would say so... I guess from a developer standpoint it makes it easy to just have a "Post" component with various elements. I did this for a Reddit clone using Angular and ng-repeat and whatnot. I don't think it's performance beneficial though.