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

Simplify component creation #119

Merged
merged 4 commits into from
May 18, 2024
Merged

Simplify component creation #119

merged 4 commits into from
May 18, 2024

Conversation

JD557
Copy link
Owner

@JD557 JD557 commented May 18, 2024

Moves some stuff around and creates a distinction between normal components and dynamic components (components that can be created using an layout allocator).

Turns out that in some situations creating dynamic components can either be quite hard or make no sense at all. I think this solution strikes a nice balance: One can start by creating normal components and, if they deem the effort worth it, they can later convert them to dynamic components.

@JD557 JD557 added this to the 0.2.0 milestone May 18, 2024
@JD557 JD557 merged commit 678512a into master May 18, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

1 participant