Answer the question
In order to leave comments, you need to log in
Finished my first React+Redux project, can anyone take a look and tell me what to work on?
Finished my first React+Redux project. I would like to hear criticism from experienced developers. Here is a link to the repository: https://github.com/MurloDin/Pet-Shelter
I also had a question about the implementation of Sass, my components are divided into folders, and each component has its own css, I should use sass for each component separately? It doesn't seem convenient to me.
Answer the question
In order to leave comments, you need to log in
first_section , second_section , and so on are not the best component names. What is the first second component? And if the components are interchanged, then the logic will be preserved?
It doesn't seem convenient to me.
Components with capital letters are called, and about scss, the structure is something like this
The components folder in it with capital letters the MyComponent folder inside it is MyComponent.js and MyComponent.scss
And inside the script file you type
'. /MyComponent.scss'
So it's ok to use the preprocessor
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question