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

"App startup". I.e. loading screen after the webpage was supposedly loaded. Same for transition between states (compared to how regular web pages behave).



Aren't those the same problems all SPAs face? At least with React you have the option of server rendering to remove your first issue.


React is actually fairly unique among JS view libraries in allowing you to fully render the site on the server-side. If a site doesn't do this then it's a choice they have made.

But at the very least this is not React-specific.




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

Search: