rxfy-react 1.0.0-rc.1 → 1.0.1
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 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
`rxfy-react` is the official React bindings for [`rxfy`](../rxfy/README.md). Subscribe React components to normalized entities; each renders the one shared copy and updates live.
|
|
4
4
|
|
|
5
|
+
📚 **Documentation: [rxfy.vanya2h.me](https://rxfy.vanya2h.me)**
|
|
6
|
+
|
|
5
7
|
## Install
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -402,5 +404,6 @@ A `fetchFn` rejection on the server is captured as a serialized rejected entry (
|
|
|
402
404
|
|
|
403
405
|
## See also
|
|
404
406
|
|
|
407
|
+
- [Documentation website](https://rxfy.vanya2h.me)
|
|
405
408
|
- [rxfy: Core API](../rxfy/README.md)
|
|
406
409
|
- [examples/vite-todo](../../examples/vite-todo): full working example with buffered SSR and URL-driven state
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rxfy-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "rxfy bindings for react",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://rxfy.vanya2h.me",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/vanya2h/rxfy/issues"
|
|
8
8
|
},
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"tsx": "^4.19.4",
|
|
54
54
|
"vitest": "^3.1.4",
|
|
55
55
|
"zod": "^3.25.42",
|
|
56
|
-
"rxfy": "1.0.
|
|
56
|
+
"rxfy": "1.0.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"react": "^18.0.0 || ^19.0.0",
|
|
62
62
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
63
63
|
"next": ">=14",
|
|
64
|
-
"rxfy": "1.0.
|
|
64
|
+
"rxfy": "1.0.1"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public",
|