@inglorious/react-store 9.0.2 → 9.0.3
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@inglorious/react-store)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
Official React bindings for **[@inglorious/store](https://
|
|
6
|
+
Official React bindings for **[@inglorious/store](https://www.npmjs.com/package/@inglorious/store)**.
|
|
7
7
|
|
|
8
8
|
Connect your React app to Inglorious Store with a familiar API. Built on `react-redux` for rock-solid performance and compatibility.
|
|
9
9
|
|
|
@@ -354,7 +354,7 @@ const store = createStore<CounterEntity, AppState>({ types, entities })
|
|
|
354
354
|
const { Provider, useSelector, useNotify } = createReactStore(store)
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
For complete TypeScript examples, see the [@inglorious/store TypeScript documentation](https://
|
|
357
|
+
For complete TypeScript examples, see the [@inglorious/store TypeScript documentation](https://www.npmjs.com/package/@inglorious/store#-type-safety).
|
|
358
358
|
|
|
359
359
|
---
|
|
360
360
|
|
|
@@ -367,7 +367,7 @@ A: Yes! The `Provider` and `useSelector` are compatible. You can gradually migra
|
|
|
367
367
|
A: Yes! It works anywhere `react-redux` works.
|
|
368
368
|
|
|
369
369
|
**Q: Can I use Redux middleware?**
|
|
370
|
-
A: Use Inglorious Store middleware instead. See [@inglorious/store docs](https://
|
|
370
|
+
A: Use Inglorious Store middleware instead. See [@inglorious/store docs](https://www.npmjs.com/package/@inglorious/store).
|
|
371
371
|
|
|
372
372
|
**Q: Do I need TypeScript?**
|
|
373
373
|
A: Not at all! The library works great with plain JavaScript. TypeScript support is completely optional.
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inglorious/react-store",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "Official React bindings for @inglorious/store. Provides hooks and a Provider to connect your React components to the store.",
|
|
5
5
|
"author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/IngloriousCoderz/inglorious-
|
|
9
|
+
"url": "git+https://github.com/IngloriousCoderz/inglorious-forge.git",
|
|
10
10
|
"directory": "packages/react-store"
|
|
11
11
|
},
|
|
12
12
|
"homepage": "https://inglorious-engine.vercel.app/",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/IngloriousCoderz/inglorious-
|
|
14
|
+
"url": "https://github.com/IngloriousCoderz/inglorious-forge/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"react",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^19.2.0",
|
|
45
|
-
"@inglorious/store": "7.1.
|
|
45
|
+
"@inglorious/store": "7.1.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"prettier": "^3.6.2",
|