New: Load all books on page load and store in the browser

This commit is contained in:
ta264
2021-09-01 21:04:39 +01:00
parent 2558660b7b
commit 468ebc3307
18 changed files with 172 additions and 191 deletions
+3 -1
View File
@@ -88,11 +88,13 @@ function AppRoutes(props) {
/>
<Route
path="/bookshelf"
exact={true}
path="/shelf"
component={BookshelfConnector}
/>
<Route
exact={true}
path="/books"
component={BookIndexConnector}
/>