Skip to content

Commit c8e98a0

Browse files
committed
Restructure README and improve comments
1 parent 7353831 commit c8e98a0

9 files changed

+202
-225
lines changed

README.md

+105-36
Large diffs are not rendered by default.

client/config/spa.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Each SPA has:
1212
fallback behavior required by all SPAs and implemented in webpack-dev-server
1313
using the 'historyApiFallback' setting. One and only one SPA must have this
1414
flag set to avoid redirection ambiguity.
15-
- SSR flag. If set to true, the SPA landing page will be prerendered at the
15+
- SSR flag. Controls build-time SSR also called prerendering or static
16+
generation. If set to true, the SPA landing page will be prerendered at the
1617
build time e.g. its HTML will be generated and inserted into the <body> of
1718
the .html file.
1819
Any SPA can have this flag set. When the flag is not set, the <body>

docs/ProjectHighlights.md

-92
This file was deleted.

docs/Q&A.md

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Q: I need to add Redux.
137137

138138
A: Have a look at the sibling Crisp BigQuery repository created by cloning and renaming this solution. It uses Redux.
139139

140+
---
140141
Back to the [README](https://github.com/winwiz1/crisp-react#q--a).
141142

142143

docs/Scenarios.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,6 @@ Start the debugging configuration `Debug Production Client and Backend (workspa
125125
Wait until an instance of Chrome starts. You should see the overview page. Now you can use VS Code to set breakpoints in both client and backend provided the relevant process is highlighted/selected as explained in the previous scenario. You can also use Chrome DevTools to debug the client application as shown above.<br/>
126126
To finish, stop the running debugging configuration (use the Debugging toolbar or press `Control+F5` once).
127127

128+
---
128129
Back to the [README](https://github.com/winwiz1/crisp-react#scenarios).
129130

0 commit comments

Comments
 (0)