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

Support ReusableItemComponent in FxFor #121

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

LeStegii
Copy link
Collaborator

FxFor now supports ReusableItemComponents. When the node used implements the interface, replacing an item will cause the node to update instead of being removed and readded.

setItem will be called once after init/render and then each time the item is replaced without re-rendering.

Closes #118

@Clashsoft Clashsoft merged commit 5f1af12 into master Jul 17, 2024
5 checks passed
@Clashsoft Clashsoft deleted the feat/reusable-fxfor branch July 17, 2024 12:01
@Clashsoft Clashsoft changed the title feat(framework): Support ReusableItemComponent in FxFor Support ReusableItemComponent in FxFor Jul 17, 2024
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.

FxFor support for ReusableItemComponent
2 participants