@react-router/serve 7.9.6-pre.1 → 7.9.6
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/CHANGELOG.md +6 -13
- package/dist/cli.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
# `@react-router/serve`
|
|
2
2
|
|
|
3
|
-
## 7.9.6
|
|
3
|
+
## 7.9.6
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies:
|
|
8
|
-
- `react-router@7.9.6
|
|
9
|
-
- `@react-router/node@7.9.6
|
|
10
|
-
- `@react-router/express@7.9.6
|
|
11
|
-
|
|
12
|
-
## 7.9.6-pre.0
|
|
13
|
-
|
|
14
|
-
### Patch Changes
|
|
15
|
-
|
|
16
|
-
- Updated dependencies:
|
|
17
|
-
- `react-router@7.9.6-pre.0`
|
|
18
|
-
- `@react-router/node@7.9.6-pre.0`
|
|
19
|
-
- `@react-router/express@7.9.6-pre.0`
|
|
8
|
+
- `react-router@7.9.6`
|
|
9
|
+
- `@react-router/node@7.9.6`
|
|
10
|
+
- `@react-router/express@7.9.6`
|
|
20
11
|
|
|
21
12
|
## 7.9.5
|
|
22
13
|
|
|
@@ -681,10 +672,12 @@
|
|
|
681
672
|
- Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as _"sending a promise over the wire"_. ([#4920](https://github.com/remix-run/remix/pull/4920))
|
|
682
673
|
|
|
683
674
|
Informational Resources:
|
|
675
|
+
|
|
684
676
|
- <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
|
|
685
677
|
- <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
|
|
686
678
|
|
|
687
679
|
Documentation Resources (better docs specific to Remix are in the works):
|
|
680
|
+
|
|
688
681
|
- <https://reactrouter.com/en/main/utils/defer>
|
|
689
682
|
- <https://reactrouter.com/en/main/components/await>
|
|
690
683
|
- <https://reactrouter.com/en/main/hooks/use-async-value>
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/serve",
|
|
3
|
-
"version": "7.9.6
|
|
3
|
+
"version": "7.9.6",
|
|
4
4
|
"description": "Production application server for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"get-port": "5.1.1",
|
|
39
39
|
"morgan": "^1.10.0",
|
|
40
40
|
"source-map-support": "^0.5.21",
|
|
41
|
-
"@react-router/express": "7.9.6
|
|
42
|
-
"@react-router/node": "7.9.6
|
|
41
|
+
"@react-router/express": "7.9.6",
|
|
42
|
+
"@react-router/node": "7.9.6"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"react-router": "7.9.6
|
|
45
|
+
"react-router": "7.9.6"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/compression": "^1.7.0",
|