-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist
- Reviewed the README and documentation.
- Checked existing issues & PRs to ensure not duplicated.
Description
Implement Directed Acyclic Graph based dependency graph for better reliability, predictable result, and reproducibility of the internal state.
Example Use Case
N/A
Alternative Solution
No response
Proposed Solution
No response
Motivation & Context
Currently, the core system of this library is implemented with ARC and reactive programing, but it's not 100% reliable and reproducible, it prevents restoration to a specific state.
Using DAG data structure and allows this library to manage a centralized state in a holistic approach.
That's the same approach with Recoil which that this library is inspired.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request