larkinds / recurse-randomice

A webstore for a hypothetical ice cream store that combines adjectives and nouns for silly flavors
MIT License
4 stars 2 forks source link

Router #77

Closed larkinds closed 1 year ago

larkinds commented 1 year ago

Addresses #66 and #67. It's been implemented in a different way than suggested in order to wrap all the pages in a layout component that will eventually have the header.

This item depends on #73 - the temp header needs to be swapped out with the real one! And then once that's done, the temp links in the real header can be swapped out for Links from React Router.