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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ I cobbled this together from a wide variety of similar "starter" repositories. A
41
41
42
42
<dl>
43
43
<dt>Hot reload</dt>
44
-
<dd>Enjoy the developer experience! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page and preserving application state ! On the server as on the client.</dd>
44
+
<dd>Enjoy the developer experience! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page ! On the server as on the client.
45
+
Preserving the state of application on the client.</dd>
45
46
46
47
<dt>Next generation JavaScript</dt>
47
48
<dd>Use JSX syntax with all ES6 features, and some of ES7 (see <ahref=".babelrc">.babelrc</a>).</dd>
0 commit comments