You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/atoms/README.md
+3-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# `@zedux/atoms`
2
2
3
-
The core atomic model of Zedux. This is a standalone package, meaning it's the only package you need to install to use Zedux's atomic model. It includes the Zedux core store package as well as all APIs related to signals, atoms, and ecosystems.
3
+
The core atomic model of Zedux. This is a standalone package, meaning it's the only package you need to install to use Zedux's atomic model. It includes all APIs related to signals, atoms, and ecosystems.
4
4
5
5
This package is framework-independent, though many of its APIs are heavily inspired by React.
6
6
@@ -16,8 +16,6 @@ pnpm add @zedux/atoms # pnpm
16
16
17
17
If you're using React, you probably want to install the [`@zedux/react` package](https://www.npmjs.com/package/@zedux/react) instead, which includes everything from this package and more.
18
18
19
-
This package has a direct dependency on the [`@zedux/core` package](https://www.npmjs.com/package/@zedux/core). If you install that directly, ensure its version exactly matches your `@zedux/atoms` version to prevent installing duplicate packages.
20
-
21
19
## Usage
22
20
23
21
See the [top-level README](https://github.com/Omnistac/zedux) for a general overview of Zedux.
@@ -41,11 +39,7 @@ instance.destroy()
41
39
42
40
## Exports
43
41
44
-
This package includes and re-exports everything from the following package:
0 commit comments