Answer the question
In order to leave comments, you need to log in
How do you structure components in react applications?
It is customary to divide components into smart (control other components) and stupid (only render data). But when the project is too big, you still have to somehow group smart and stupid components separately. At first, the idea comes to mind to group according to which sections of the site components are used, but then you have to reuse them in other sections.
What is the best way and on what grounds can the components be separated?
What is your project structure?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question