-
Notifications
You must be signed in to change notification settings - Fork 29
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
non-React examples? #192
Comments
Hey, a whole new website & docs is coming up in the next days. You should be able to use the jazz-browser package then and I'll add a minimal example. Are you planning to use a bundler, or which kind of setup do you have in mind? |
I often do not bundle my web apps themselves but prefer interactive live "no-build environments" for which I sometimes bundle the required modules (using "vite"). The apps themselves use "htm" and "preact" (but "preact" component classes rather than functional components) I already looked at https://github.com/nichoth/jazz-preact but could not easily extract the underlying jazz mechanisms from the code (jazz-preact uses "hooks" for preact functions rather than classes) |
It would be really fun to see how well jazz works in a non-bundled environment. I wonder if I could publicly host a pre-bundled version of jazz-browser and all its dependencies for simple importing? I'm assuming preact class components work like old React classes - so instead of hooks the way to idiomatically expose subscribed CoValue state would be through a higher-level component? |
as soon as I understand working with Jazz, i can also create a bundle myself and "publish" that on a GitHub page (like my automerge-bundle, f.e.) Concerning preact and others: plain vanilla JS examples would be all I need - and these examples would help users of other frameworks as well |
Are there some examples for using jazz in a browser environment without React?
I played around a bit, but did not succeed at all - I could not even build jazz itself.
Thus, some more examples (and a more complete documentation) would be helpful...
The text was updated successfully, but these errors were encountered: