thisdesign/this.design

Add Page Routing

Closed this issue · 0 comments

Page routing should use React Router. The general structure should follow what exists on the v2 site. The general outline is pretty simple:

/
/work/
/about/
/work/skylab

Right now I have a bootleg hash router in place. The code for that will be presumably be removed when RR is implimented. It's outlined in the code comments. Peek app.js, Casestudy.js, and about.js to find the old hash router related code.

It might be helpful to check out #27 before starting as it could potentially influence some of the structure.

The v2 site is a great reference for how things should work but feel free to ask any other questions