M
M
mindgrow2021-09-05 20:16:04
React
mindgrow, 2021-09-05 20:16:04

Can React help organize the project code (description inside)?

I have a project, let's say there are 30 pages of 10 types of entities, 3 types of pages for each (list, information, editing)

the same page type for each entity is similar, let's say the list may differ only in the set of columns, so in essence Now many pages are duplicated

, it is difficult to maintain 30 pages, and I’m wondering how it can be simplified

. Is it possible to make 3 components (list, info, editing) in react, which, depending on the incoming settings (for example, the type of incoming json), built a page for the corresponding entity?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question