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

Migrate to React+Nextjs #15

Open
ogallagher opened this issue Sep 9, 2021 · 2 comments
Open

Migrate to React+Nextjs #15

ogallagher opened this issue Sep 9, 2021 · 2 comments
Labels
refactor Improve what works

Comments

@ogallagher
Copy link
Owner

I want to improve the scalability and design of the website, and using a framework like React should improve interaction, organization, scalability, design, and better handling of user/game data.

@ogallagher ogallagher added the refactor Improve what works label Sep 9, 2021
@ogallagher
Copy link
Owner Author

ogallagher commented Oct 26, 2021

Nextjs cli tools are run with npx next.

npx next build Builds webpages using new source.

npx next dev Starts server in development mode, with code autorebuild and error logging.

npx next start Starts webserver.

These tools are hidden behind npm run using the new package.json scripts.

@ogallagher
Copy link
Owner Author

ogallagher commented Nov 1, 2021

As of now the initial migration to using React (+Next) is nearly complete (though I’ve not committed progress yet), leaving development effort open to working on other improvements. Ex:

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

No branches or pull requests

1 participant