Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
e7h4n committed Dec 22, 2024
1 parent f4e5a54 commit 3d6622d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,10 +817,9 @@ So, I think the only way to implement `Computed`'s effect-less is to separate th
Here are some new ideas:
- Integration with svelte / solid.js
- Enhance devtools
- Integration with svelte
- Enhance debug ability
- Support viewing current subscription graph and related atom values
- Enable logging and breakpoints for specific atoms in devtools
- Performance improvements
- Mount atomState directly on atoms when there's only one store in the application to reduce WeakMap lookup overhead
- Support static declaration of upstream dependencies for Computed to improve performance by disabling runtime dependency analysis
Expand Down

0 comments on commit 3d6622d

Please sign in to comment.