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

Build generic derivation of UIs #4

Open
noelwelsh opened this issue Mar 30, 2023 · 1 comment
Open

Build generic derivation of UIs #4

noelwelsh opened this issue Mar 30, 2023 · 1 comment

Comments

@noelwelsh
Copy link
Contributor

Build generic derivation / type directed metaprogramming construction of UIs. So give, for example, a case class we can automatically construct a UI that renders it, and a form that fills it in.

It would be useful to have this for functions as well, to support Doodle Explore.

Look at Scala 3 libraries for this: Magnolia and Shapeless.

@noelwelsh
Copy link
Contributor Author

noelwelsh commented Aug 1, 2023

Handling the Algebra type in Component is challenging in generic derivation. Working without a library seems the best route.

Depends on #14 to handle sum types. Initial version will not support sum types.

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

No branches or pull requests

1 participant