Skip to content

Commit b4d99e5

Browse files
committed
update readme
1 parent 60d828e commit b4d99e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Engaging - Feel like a natural app on the device, with an immersive user experie
6868
This new level of quality allows Progressive Web Apps to earn a place on the user's home screen.</dd>
6969

7070
<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>
7272

7373
<dt>Universal rendering</dt>
7474
<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

Comments
 (0)