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

Pages and Routing #562

Open
Paul-Ladyman opened this issue Jul 9, 2023 · 1 comment
Open

Pages and Routing #562

Paul-Ladyman opened this issue Jul 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Paul-Ladyman
Copy link
Owner

Split the site into individual pages to improve download sizes and performance. The DM and Player views should be split onto different pages as well as the Dungeon Master Tips section. This will likely require that the build mechanism be reviewed to ensure all build files are both uploaded to S3 and attached to the Gihub release. Consider also how to make it easy to download and run previous versions of the Battle Tracker when multiple files need to be served.

@Paul-Ladyman Paul-Ladyman added the enhancement New feature or request label Jul 9, 2023
@Paul-Ladyman
Copy link
Owner Author

This has mostly been achieved using React Suspense boundaries. Arguably the DM and Player views should still be split into separate pages as the Player view currently downloads all of the DM view resources but never uses them.

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

No branches or pull requests

1 participant