S
S
skuvaWeb2018-09-24 01:26:23
React
skuvaWeb, 2018-09-24 01:26:23

To build a React app, do I need to build the entire app first?

Is it necessary before creating an application, first to make the whole layout, and then "implant" it on the recat?
How does this process take place in a real project?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2018-09-24
@skuvaWeb

No, it will be double work. In a real project, a programmer:
1. Describes the component
2. Writes JSX markup in render
3. Styles the component, depending on the selected technology
4. Writes the necessary methods and listeners

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question