React 19 with JSX, pure client (no build)
I love simplicity when it comes to software, and for web development I try to get rid of servers
whenever possible.
For all APIs, libraries or frameworks I use, I want to have a
minimalistic HTML page that instantiates and sets up the bare minimum for that tool to work,
and that I can load from localhost
— no web server required.
Those files I use as boilerplate and reference, cloning them for whatever experiment I want to do.
Of course, web servers and build steps are great for all sorts of reasons,
but sometimes you just want to play around or develop a quick proof of concept.