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

HTML streaming from the server is 1 single request to the server and the user sees the changes much earlier. On the other hand, if you render from the client, only if you need data, you already have to make requests to the server and the user will see the data much later. However, if your pages are static, you can do this rendering process in build-time and you can avoid having a server and upload the files to a CDN already pre-rendered.



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

Search: