NullPointerError
nptr.dev
NullPointerError
@nptr.dev
The key difference is, #vikejs is an addition to your web server, while nextjs/solid-start feel like an entirely separate "UI" program.

And web server is a solved problem. Reinventing the web server (and its plugins) also means you have to reinvent auth, logging, sessions, etc.
July 31, 2025 at 5:52 AM
The 2000s style web development was just (sql + html template).

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)`.
July 31, 2025 at 5:35 AM