Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Sep 7, 2020
2 parents 73aef9d + 6ca388e commit 9f199c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It's based on CRA, which is (of course) not ejected. It means you have full acce

#### React Router

The latest version of `react-router-dom` is integrated. Routes are defined in [/src/routes/](https://github.com/suren-atoyan/react-pwa/blob/master/src/routes/index.js). In the minimal version of the template, there are demonstrated 5 routes that render 5 pages. Pages are loaded asynchronously by [AsyncComponentLoader](https://github.com/suren-atoyan/react-pwa/blob/master/src/components/AsyncComponentLoader/Component.js) component (which is optional).
The latest version of `react-router-dom` is integrated. Routes are defined in [/src/routes/](https://github.com/suren-atoyan/react-pwa/blob/master/src/routes/index.js). In the minimal version of the template, there are demonstrated 5 routes that render 5 pages. Pages are loaded asynchronously by [asyncComponentLoader](https://github.com/suren-atoyan/react-pwa/blob/master/src/utils/asyncComponentLoader/loader.js) utility (which is optional).

#### Material UI

Expand Down

0 comments on commit 9f199c2

Please sign in to comment.