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

The use of const generics (i.e. Children) makes it difficult to build dynamic applications #8

Open
d4h0 opened this issue Apr 22, 2023 · 0 comments

Comments

@d4h0
Copy link

d4h0 commented Apr 22, 2023

Hi,

I have not really used const generics so far (so I might miss something), but it seems, the implementation of Children makes it very difficult to implement dynamic applications.

For example, let's assume, we'd like to build an app that fetches JSON data from a server (in a background thread), displays a table with that data, and offers options to filter it.

This might be possible with enough workarounds, but I'm pretty sure this would be difficult to implement.

Have you thought about use-cases like this?

I really like the design of intuitive, but static children is pretty much a road-block for what I currently try to archive, unfortunately.

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