@@ -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