@nestjs-ssr/react 0.1.11 → 0.1.12
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 +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @nestjs-ssr/react
|
|
2
2
|
|
|
3
|
+
> **⚠️ Preview Release**
|
|
4
|
+
> This package is currently in active development. The API may change between minor versions. Production use is not recommended yet.
|
|
5
|
+
|
|
3
6
|
Server-side rendering for React in NestJS with full TypeScript support and type-safe props.
|
|
4
7
|
|
|
5
8
|
## Features
|
package/package.json
CHANGED