A
A
Alexander2019-03-28 15:16:49
Layout
Alexander, 2019-03-28 15:16:49

Is it worth building a landing page with react.js?

You need to create a landing page that has a form with fields from material.ui and some other logic.
What is the best way to type it up - to issue the entire page with react, or only the form that needs it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Spirin, 2019-03-28
@Krauzer

Is it worth building a landing page with react.js?

Not worth it.
Believe me, it doesn't need to.

A
Alexander, 2019-03-28
@kentuck1213

No.

A
Andrey Okhotnikov, 2019-03-28
@tsepen

Not worth it. Just like a form doesn't need react. React is needed to work with the DOM tree, to effectively redraw a large number of dom elements, it makes no sense to use it for a form.
It is better to write some kind of logic for processing actions in the form yourself than to connect react and materialui for this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question