You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ Below are a few example apps that have been built with this project
27
27
-[See the Code](https://github.com/RyanCCollins/restaurant-reviewer)
28
28
-[See the Working App](http://restaurant-reviewer-client.herokuapp.com/)
29
29
30
+
### Server Rendering
31
+
Need an extra performance boost with React Server Rendering, code chunking and lazy loading? Take a look at [this branch](https://github.com/RyanCCollins/scalable-react-boilerplate/tree/feat_rc_server_rendering) for an example.
32
+
30
33
### Docker Support
31
34
Coming soon the app will support Docker, which will contain a configured web server to make deployment of this boilerplate simple! You can take a look at [this branch](https://github.com/RyanCCollins/scalable-react-boilerplate/tree/feat_rc_docker_config) for more details.
0 commit comments