issues
search
eoncarlyle
/
state-economy-game
0
stars
0
forks
source link
Loading Spinner Hook
#22
Open
eoncarlyle
opened
8 months ago
eoncarlyle
commented
8 months ago
Acceptance Criteria
In place of the
if (!gameState) return <></>;
in Guesses.tsx, a hook and loading spinner has been put into place
Anywhere else where this empty-fragment + useState is used has been replaced
Acceptance Criteria
if (!gameState) return <></>;
in Guesses.tsx, a hook and loading spinner has been put into place