Closed fraziermork closed 8 years ago
Not sure how the onWindowResize will work after the revision
Figure out how to use the current article with page.js -- it would be nice to use page.js for this so that people could link to specific projects and so that on page redraws from widnow resizing I could preserve which project was open. However, I don't want to have to write out a separate route for each article and I'm not sure how to generate routes with variables yet, this probably will involve using the :id thing
windowResize works, current section is preserved using the :id thing, state is al preserved.
Implement page.js instead of trying to preserve state weirdly in your own way-- client-siding will fix many of these problems, but will require extensive revisions to implement.