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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Engaging - Feel like a natural app on the device, with an immersive user experie
68
68
This new level of quality allows Progressive Web Apps to earn a place on the user's home screen.</dd>
69
69
70
70
<dt>Lazy loading & dynamic routing</dt>
71
-
<dd>The lazy loading makes the size of your main bundle almost fixed, and with react-router you can load application pieces on demand. You can send bundles to people who are only trained, such as administration.</dd>
71
+
<dd>The code splitting makes the size of your main bundle almost fixed, and with react-router you can load application pieces on demand. You can send bundles to people who are only trained, such as administration.</dd>
72
72
73
73
<dt>Universal rendering</dt>
74
74
<dd>With the help of server side rendering the first rendering is never empty and performance is better. This is the time for example to prefetch the data.
0 commit comments