Preact without a build step: https://rauschma.github.io/learning-web-dev-code/projects/display-clicks-preact.html
I have to say I really like `html` tagged templates: No new JavaScript syntax (vs. JSX) but still fairly intuitive to use.
Preact without a build step: https://rauschma.github.io/learning-web-dev-code/projects/display-clicks-preact.html
I have to say I really like `html` tagged templates: No new JavaScript syntax (vs. JSX) but still fairly intuitive to use.
@rauschma it's been a while since I wrote about it, but I've used buildless #preact for quite a bunch of cool things over the years (and still do) 😎
Feel free to have a look at https://ttntm.me/blog/buildless-preact-starter/ and https://ttntm.me/blog/building-a-data-viewer-with-preact/ if you're curious