@itsyanQASubmitted about 1 year ago
Elijah Shcherbakov
@LikeKugiAll comments
- @LikeKugiPosted about 1 year ago
I loved your solution.
There are some things you can improve.
First I prefer to import styles like modules in react. see the link for more information: https://create-react-app.dev/docs/adding-a-css-modules-stylesheet/ this one can also be useful: https://medium.com/free-code-camp/how-i-integrated-css-modules-with-scss-into-my-react-application-32f473e1bb51
and other thing you can improve - learn about BEM methodology in classnames. Really, it's amazing https://en.bem.info/
gl next challenges <3
0