-
Notifications
You must be signed in to change notification settings - Fork 15
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
Decouple from html library (blaze) #18
Comments
The library uses the same "surface syntax" as blaze-thml, but not the same implementation. The implementation uses a different representation for |
Moreover, the point of this library is to provide a versatile GUI framework using React.js as a platform. We are for example experimenting with running the GUI server-side and serializing the |
Hi @meiersi, I think it's too late to ask but I'll try anyway. Do you have any chance to release reimplementation of BTW, could you bring some light on results of your experiments with server-side rendering? I am currently doing absolutely the same experiments but with different JS-less bridge and, occasionally, without GHCJS. Right now I am a bit struggling during sharing one server state across several routes and find Best Regards, |
Hi @swamp-agr , thanks for asking. It is indeed too late for this project. I'm currently not working in the web-app space, but if I were I'd be looking at https://reflex-frp.org/ -- that is actively maintained and I've heard good things about it. All the best with your experiments, Simon. |
Hi @meiersi, thank you for response! We had already met in 2016 during one of HaskellerZ meetup and it is a pleasure for me to make this conversation. I am currently working on side-project that include some interesting combination of technologies and packages. I had already reviewed reflex and (miso as well) and found out that they are using GHCJS with high JS overhead right after compilation (>1 MB after compilation). So, I decided to take pretty unused Fay and built on top of it tiny bridge between JS world and GHC for further experiments. And to be honest, one of missing chunks of my puzzle was integration with blaze-html that had already been resolved right here. I will try to reuse Text.Blaze.Event and refer to this repo as inspiration for me and deep work that was done here. Thanks and regards, Andrey. |
Hi @meiersi, I had chosen a weird approach (with Fay compiler instead of GHCJS), combined it with Best Regards, |
Thanks! I’m glad some of my past work coukd help you. All the best with
your new framework.
Andrey Prokopenko <[email protected]> schrieb am Mo. 25. Feb. 2019
um 14:27:
… Hi @meiersi <https://github.com/meiersi>,
I had chosen a weird approach (with *Fay* compiler instead of *GHCJS*),
combined it with EventHandler and extended MarkupM from your package. And
now I am publishing new reactive web framework. With respect to work that
was done several years ago I mentioned you and this repo in
*Aknowledgement* section.
Best Regards,
@swamp-agr <https://github.com/swamp-agr>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANuPUeWnN3utSyW2H4xl_JZSSNf4IC_ks5vRGNcgaJpZM4DtAUD>
.
|
How much effort would it be to decouple this library from blaze and allow using other html generating libraries like lucid or hamlet?
I could be wrong, but it looks to me the point of this library is javascript generation, not html. So it should not force users to use a specific html library.
The text was updated successfully, but these errors were encountered: