Closed successPhil closed 6 months ago
Pull out all constants and move into a constants file.
We can import many of our large dictionaries to make App.jsx more readable.
Examine context, there are likely points we can refactor later, but it would be good to identify the smallest and easiest pieces to work on.
Moved constants out of app.jsx and into constants directory. Ran code in local dev compose script, performed as expected. Will now consider implementing graphQL server and client
Pull out all constants and move into a constants file.
We can import many of our large dictionaries to make App.jsx more readable.
Examine context, there are likely points we can refactor later, but it would be good to identify the smallest and easiest pieces to work on.