And web server is a solved problem. Reinventing the web server (and its plugins) also means you have to reinvent auth, logging, sessions, etc.
And web server is a solved problem. Reinventing the web server (and its plugins) also means you have to reinvent auth, logging, sessions, etc.
Now we replace the templating with jsx, and everything else still works.
No cryptic API routing syntax, no standalone server, no "server components" weirdness. Just `html = render(Component, data)`.
Now we replace the templating with jsx, and everything else still works.
No cryptic API routing syntax, no standalone server, no "server components" weirdness. Just `html = render(Component, data)`.