We have a contender for the dumbest software of 2025.
We have a contender for the dumbest software of 2025.
uBlock Origin Lite now available for Safari running on iPhone, iPad, and macOS (Mac). It is a free and opensource app to block Ads and other stuff. Give it a try. apps.apple.com/us/app/ubloc...
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.
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)`.
vike.dev looks really promising.
+ works with #react, #vite, #solidjs
+ you have control of everything
+ is just a #vite plugin, works with other vite stuff too
+ good enough documentation