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

Decouple state objects from the reactive graph #229

Closed
wants to merge 1 commit into from

Conversation

dphfox
Copy link
Owner

@dphfox dphfox commented Feb 6, 2023

Closes #205, first steps towards #161 and #220. This PR will convert the reactive graph away from being represented by edges between state objects, and convert it into a full data structure in memory. The idea is that individual state objects can create multiple nodes in the reactive graph for more granular response to changes.

@dphfox dphfox added enhancement New feature or request ready to work on Enhancements/changes ready to be made area: state labels Feb 6, 2023
@dphfox dphfox self-assigned this Feb 6, 2023
@krypt102
Copy link
Contributor

krypt102 commented Feb 6, 2023

Nice! This PR might need to update the docs once finished because of the removed types (i.e. Dependent)

@dphfox dphfox closed this Jan 20, 2024
@dphfox dphfox deleted the pr-decoupled-graph-objects branch January 20, 2024 04:57
@dphfox
Copy link
Owner Author

dphfox commented Jan 20, 2024

Closing this for now. I'll revisit this at a later date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready to work on Enhancements/changes ready to be made
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Decouple state objects from the reactive graph
2 participants