Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit937b684

Browse files
committed
docs(store): tweak store readme
1 parentdb5b7b1 commit937b684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎packages/store/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Davstack store is a fully-featured, fast and scalable React state management lib
66

77
###Features
88

9-
-🚀 Simple API - just define initial state and`.get` /`.set` /`.use` /`.onChange` methods are inferred.
9+
-⚡️ Simple API - just define initial state and`.get` /`.set` /`.use` /`.onChange` methods are inferred.
1010
- 🧮 Computed Properties and Actions - Define actions and derived state that automatically update when dependent state changes.
11-
-⚡️ Fast - autogenerated nested state selectors make it easy to avoid unnecessary re-renders
11+
-🚀 Fast - autogenerated nested state selectors make it easy to avoid unnecessary re-renders
1212
- 📈 Scalable - store methods are lazily generated allowing for large comples stores without performance issues
1313
- 🏠 Scoped State - Scope state a subtree of components using`createStoreContext` helper.
1414
- 🔄 Immutable Updates - Uses Immer under the hood, allowing you to update state immutably

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp