Welcome to our sample nested page!
13 |It exists so we can discuss one thing: routing.
14 |15 | Since this is a SPA inside a django app, we end up having routing both 16 | in the backend (django) and the frontend (react-router); so we need to 17 | keep them both in sync. 18 |
19 |20 | To do that, for every route we create on the frontend (this one, for 21 | example), we need to create a mirror on the backend. It points to the 22 | same html as the index one. Please, take a look at your `urls.py` to see 23 | how it's done. :D 24 |
25 |26 | Back to home. 27 |
28 |