Hi,
I have a React project that I have been working on for months. I am not using any ES6 in it.
Now I need to set up some routing with React-Router and all the instructions I see use ES6 syntax. Is it possible to use React-Router without ES6? Or will I have to change my setup?
Right now the routing does not work at all. I assume it is because of the ES6 syntax, because I don’t see anything else wrong.