DEV Community

Discussion on: I launched my first product - and it's horrible

Collapse
 
reijovosu profile image
reijovosu

Hi

I did check your code. On the react side:
Perhaps it's better to use reacts CSS modules. Like I have in here: github.com/reijovosu/sudoku/tree/m...
This will separate your CSS and keeps it clean.

I also suggest using useContexts for server communication. For login, save ... etc. On my sudoku, I have been using it to keep game data. This is a good pattern to keep business logic away from view.