Hacker News new | past | comments | ask | show | jobs | submit login

Then why are all the React-based web apps I use so slow?



Poor design and architecture. Doing too much and blocking the event loop, memory leaks, using too much frontend code to poorly mimic native browser features like new tabs and back buttons, uncaught exceptions that stop the javascript thread and leave the page stuck, etc.


React ecosystem is centered heavily on "components". This sounds nice, but IMO it breaks down quickly on the "whole program" level. What you end up with is crazy re-renders because it doesn't make sense to "componentize" the state.


It's probably not React itself. Most perceived performance issues I've encountered are due to architecture issues, usually relating to network calls.



Facebook and Twitter are slow?


Facebook absolutely is, it's a beast. I find it can frequently freeze up my old laptop, which is admittedly getting past it but I have little trouble with most any other site.

I don't use Twitter, so can't comment.


Try mbasic.facebook.com


They are, I frequently stare at half-loaded UI on Facebook, and I'm using a fairly recent Macbook Pro.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: