successPhil / PokemonKO-prod

1 stars 1 forks source link

Refactor App.jsx #8

Closed successPhil closed 6 months ago

successPhil commented 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.

successPhil commented 6 months ago

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