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

Make Frontend run on React Production #53

Open
pizzalemon opened this issue Nov 24, 2021 · 0 comments
Open

Make Frontend run on React Production #53

pizzalemon opened this issue Nov 24, 2021 · 0 comments
Labels
area/frontend Design and JS/React good first issue Good for newcomers type/perf A code change that improves performance

Comments

@pizzalemon
Copy link
Member

Currently, the frontend has just been run on a development build. React has a way to build the code for production, which hopefully improves performance. However, doing so leads to some components (TabBar and the URL routing, if I recall correctly), to not work. This should be investigated to see how to fix this. Also, I'm not sure how myself how the compiled build is used. It may be supposed to be used in conjunction with a web server like Apache, though that doesn't seem to lend well to what we've been trying to do.

@pizzalemon pizzalemon added type/feat A new feature/enhancement area/frontend Design and JS/React labels Nov 24, 2021
@tjuav tjuav added type/perf A code change that improves performance good first issue Good for newcomers and removed type/feat A new feature/enhancement labels Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Design and JS/React good first issue Good for newcomers type/perf A code change that improves performance
Projects
Status: Todo
Development

No branches or pull requests

2 participants