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

Boxingless static bindings #609

Open
xperiandri opened this issue Jul 27, 2024 · 1 comment
Open

Boxingless static bindings #609

xperiandri opened this issue Jul 27, 2024 · 1 comment

Comments

@xperiandri
Copy link

High-level description
Currently, all the bindings are converted to bindings data of obj
Can this be avoided for static bindings?
Maybe just implement an interface that does boxing but keep bindings typed with particular types inside?

@marner2
Copy link
Collaborator

marner2 commented Oct 1, 2024

Can you give me more specifics into what you're asking? Elmish.WPF already does this for static bindings (for example, if you use SubModelT.req you will get back the actual type of the sub model on the property).

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

2 participants