Make Frontend run on React Production #53
Labels
area/frontend
Design and JS/React
good first issue
Good for newcomers
type/perf
A code change that improves performance
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.
The text was updated successfully, but these errors were encountered: