© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Reilly O'Donnell
Senior Frontend Engineer - Sharing everything I know about React, React Native, TS, and building fast, scalable apps
Don't let lingo like SSR/ CSR confuse you -- there's really just two major ways to serve HTML over an HTTP server in JS - either the server sends the HTML to the client (ssr) or the client generates the HTML for itself (csr/ spa) by using the Web API...
No responses yet.