Skip to content
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

Serialize elm-ui to json #351

Open
bburdette opened this issue Mar 20, 2023 · 0 comments
Open

Serialize elm-ui to json #351

bburdette opened this issue Mar 20, 2023 · 0 comments

Comments

@bburdette
Copy link
Contributor

Feature request, not a bug!

I've been thinking about writing a proof-of-concept rust executable that would run elm in the deno engine. Instead of providing a DOM, the rust program would receive a serialized elm-ui structure, parse it, and render it using a rust UI toolkit. So elm-ui straight to UI without converting to html first.

What's missing is the ability to serialize elm-ui structs (to json, probably). I could just fork elm-ui since its just a proof-of-concept, but thought I'd at least put the idea out there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant