larskarbo / napchart-website

Full stack website utilizing the napchart library to create, save and share napcharts.
https://napchart.com/
30 stars 20 forks source link

Better router, use react-router? #25

Open larskarbo opened 4 years ago

larskarbo commented 4 years ago

Some places in the code we do things like:

if (window.location.pathname.length == 6) {
      chartid = window.location.pathname.substring(1);
}

We should use some better routing framework.

juanitotaveras commented 4 years ago

react-router for sure. Will probably be easier to test as well.