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

Replace Hydrate #244

Closed
wants to merge 1 commit into from
Closed

Conversation

Aloroid
Copy link
Contributor

@Aloroid Aloroid commented Mar 6, 2023

Adds the feature requests from #124? and #206
Currently still a draft as there are still a lot of question marks and #124 still needs design.

@Aloroid
Copy link
Contributor Author

Aloroid commented Mar 7, 2023

Currently having question marks on what to do with PropertyOf and ChildOf.

PropertyOf currently returns a Computed wrapping a value to create a read-only state, but the current issue is that we create a connection that updates the value (and thus the computed) whenever the property is changed. How will we ensure this connection is cleaned up with the Computed when it is no longer used?

ChildOf also is a weird one. Do we have to support states here? Should it return a state? Currently it's just a fancy wrapper for :FindFirstChild so what do we do here?

@Aloroid Aloroid marked this pull request as ready for review March 9, 2023 16:04
@dphfox
Copy link
Owner

dphfox commented Apr 15, 2024

There hasn't been a lot of motion on this issue, and Fusion's seen fundamental changes in the intervening time, so I'm closing this PR for now.

@dphfox dphfox closed this Apr 15, 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.

2 participants