-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Preact signal #229
Comments
+1 for this |
I love this idea but I can't wait longer, so I made a standalone version of Preact + HTM + Preact Signals myself! Y'all can check it out here: preact-htm-signals-standalone Usage: <script type="module">
import { html, render, signal } from "https://cdn.jsdelivr.net/npm/preact-htm-signals-standalone/dist/standalone.js";
...
</script> |
Hi, where i can find ESM modules for this to be included directly into a buildless app? |
Hi! I had the same request and ended up developing a UI to configure and generate a standalone file that bundles Preact / hooks / signals / htm (as IIFE or ESM): https://standalonepreact.satge.net/ Hope that helps 🙏 |
Wow, thats amazing. In the meantime I have built my own little "compiler" for the stuff I use, but yours with support for offering all the specific features of Preact is unparalleled! |
Hey there,
thank you for providing
htm
and thus a simple build tools free solution to use Preact!Recently a new extension to Preact has been published, namely @preact/signals. As this is an amazing improvement to the way to use Preact I am wondering if there are any plans to include it into the whole
htm
standalone package?This would be amazing.
Thanks you very much!
Sincerely,
Happy Striker
The text was updated successfully, but these errors were encountered: