Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild page loading #66

Closed
fraziermork opened this issue Feb 16, 2016 · 2 comments
Closed

rebuild page loading #66

fraziermork opened this issue Feb 16, 2016 · 2 comments

Comments

@fraziermork
Copy link
Owner

Follow the page.js recommendations for separating concerns under the routing section so that I'm not loading everything explicitly for every section, but instead loading what's needed for each section and the things within it.

@fraziermork
Copy link
Owner Author

use /. as a url for page for building all the articles and stuff? That way it doesn't happen for index, because . has to match a character, but it loads for everything after that.
Might have to be /.* or something weird like that.

@fraziermork
Copy link
Owner Author

This works now, even if the implementation isn't the most elegant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant