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

Add Computed decorator and replace Effect.target #8

Merged
merged 3 commits into from
Dec 14, 2024
Merged

Conversation

star-ll
Copy link
Owner

@star-ll star-ll commented Dec 14, 2024

  • Add Computed decorator
  • Replaced direct Effect.target usage with effectStack for better state managemen

- Implemented a new Computed decorator to facilitate reactive computed properties in components
- Added tests to ensure correct behavior of computed properties
- Replaced direct Effect.target usage with effectStack for better state managemen
- Improved code readability and maintainability by centralizing effect state management
@star-ll star-ll merged commit 193729c into master Dec 14, 2024
1 check 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