@nestjs-ssr/react 0.2.5 → 0.2.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/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
React as a view layer for NestJS. Controllers return data. Components render it. One app.
|
|
7
7
|
|
|
8
|
-
**[Documentation](https://georgialexandrov.github.io/
|
|
8
|
+
**[Documentation](https://georgialexandrov.github.io/nestjs-ssr/)** | **[Getting Started](https://georgialexandrov.github.io/nestjs-ssr/guide/installation)**
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|
|
@@ -70,13 +70,13 @@ render(<ProductDetail data={{ product: mockProduct }} />);
|
|
|
70
70
|
|
|
71
71
|
## Documentation
|
|
72
72
|
|
|
73
|
-
**[georgialexandrov.github.io/
|
|
73
|
+
**[georgialexandrov.github.io/nestjs-ssr](https://georgialexandrov.github.io/nestjs-ssr/)**
|
|
74
74
|
|
|
75
|
-
- [Installation](https://georgialexandrov.github.io/
|
|
76
|
-
- [Rendering](https://georgialexandrov.github.io/
|
|
77
|
-
- [Request Context](https://georgialexandrov.github.io/
|
|
78
|
-
- [Configuration](https://georgialexandrov.github.io/
|
|
79
|
-
- [API Reference](https://georgialexandrov.github.io/
|
|
75
|
+
- [Installation](https://georgialexandrov.github.io/nestjs-ssr/guide/installation)
|
|
76
|
+
- [Rendering](https://georgialexandrov.github.io/nestjs-ssr/guide/rendering)
|
|
77
|
+
- [Request Context](https://georgialexandrov.github.io/nestjs-ssr/guide/request-context)
|
|
78
|
+
- [Configuration](https://georgialexandrov.github.io/nestjs-ssr/guide/configuration)
|
|
79
|
+
- [API Reference](https://georgialexandrov.github.io/nestjs-ssr/guide/api)
|
|
80
80
|
|
|
81
81
|
## Contributing
|
|
82
82
|
|