Answer the question
In order to leave comments, you need to log in
Is it necessary to split the page into components that do not carry any functionality?
The page consists of several blocks and looks something like this<section>
section
--h1
--p
--form
section
--ul
----li (список динамически формируется)
section
--p
--p
--p
Answer the question
In order to leave comments, you need to log in
In the general case, it should be taken out into separate components in order to be able to reuse these components. And also for the sake of encapsulation and localization of layout and logic, including to simplify the understanding of the parent component.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question