Feb 23, 2017 · 1 min read
How would you have React handle all the routing? I’m using ‘react-router’, but Django keeps trying to look through the url patterns in ‘urls.py’.
I am able to get the ‘/’ load a React component, but if I try to navigate elsewhere let’s say ‘/test’, then Django system looks for that pattern in the projects’ urls.py file.