@nanostores/react
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@nanostores/react", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"peerDependencies": { | ||
"nanostores": "^0.9.0 || ^0.10.0", | ||
"nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0", | ||
"react": ">=18.0.0" | ||
} | ||
} |
@@ -9,9 +9,9 @@ # Nano Stores React | ||
* **Small.** Less than 1 KB. Zero dependencies. | ||
* **Fast.** With small atomic and derived stores, you do not need to call | ||
- **Small.** Less than 1 KB. Zero dependencies. | ||
- **Fast.** With small atomic and derived stores, you do not need to call | ||
the selector function for all components on every store change. | ||
* **Tree Shakable.** The chunk contains only stores used by components | ||
- **Tree Shakable.** The chunk contains only stores used by components | ||
in the chunk. | ||
* Was designed to move logic from components to stores. | ||
* It has good **TypeScript** support. | ||
- Was designed to move logic from components to stores. | ||
- It has good **TypeScript** support. | ||
@@ -31,6 +31,6 @@ ```tsx | ||
--- | ||
<a href="https://evilmartians.com/?utm_source=nanostores"> | ||
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" | ||
alt="Sponsored by Evil Martians" width="236" height="54"> | ||
</a> | ||
<img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" /> Made at <b><a href="https://evilmartians.com/devtools?utm_source=nanostores-react&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, product consulting for <b>developer tools</b>. | ||
--- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4395