state-jet 2.1.6 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
A zero-boilerplate, ultra-fast global state management library for React.
|
|
6
6
|
|
|
7
|
-
For more details, see [here](https://statejet.
|
|
7
|
+
For more details, see [here](https://statejet.org).
|
|
8
8
|
|
|
9
9
|
## Table of Contents
|
|
10
10
|
|
|
@@ -47,15 +47,15 @@ For more details, see [here](https://statejet.netlify.app).
|
|
|
47
47
|
|
|
48
48
|
## Documentation
|
|
49
49
|
|
|
50
|
-
Documentation: https://statejet.
|
|
50
|
+
Documentation: https://statejet.org/docs
|
|
51
51
|
|
|
52
|
-
Tutorials: https://statejet.
|
|
52
|
+
Tutorials: https://statejet.org/docs/tutorial/intro/
|
|
53
53
|
|
|
54
|
-
API Reference: https://statejet.
|
|
54
|
+
API Reference: https://statejet.org/docs/api-reference/global-state/
|
|
55
55
|
|
|
56
56
|
## Installation
|
|
57
57
|
|
|
58
|
-
The Statejet package lives in npm. Please see the [installation guide](https://statejet.
|
|
58
|
+
The Statejet package lives in npm. Please see the [installation guide](https://statejet.org/docs/getting-started/installation-and-setup/).
|
|
59
59
|
|
|
60
60
|
To install the latest stable version, run the following command:
|
|
61
61
|
|
|
@@ -478,7 +478,7 @@ export default function Profile() {
|
|
|
478
478
|
}
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
A more complete middleware usage is [here](https://statejet.
|
|
481
|
+
A more complete middleware usage is [here](https://statejet.org/docs/api-reference/middlewares/).
|
|
482
482
|
|
|
483
483
|
## Typescript Usage
|
|
484
484
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "state-jet",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Ultra-lightweight global state management for React",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "https://github.com/venkateshsundaram/state-jet.git"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://statejet.
|
|
24
|
+
"homepage": "https://statejet.org",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"react",
|
|
27
27
|
"state",
|