React architecture for a huge business application

前端 未结 8 1898
礼貌的吻别
礼貌的吻别 2021-01-30 04:03

So we\'ve recently picked up React in our company as the front-end technology to build our huge business web application. By saying recently, I mean we don\'t have any previous

8条回答
  •  情书的邮戳
    2021-01-30 05:00

    React , Redux will make things easier because When it comes to complex applications you can create Well structured data object. then you can manage the Complete UI through React and its Materials ... There are some reasons Why this is right choice

    1. State Management ,
    2. Tree Structure data handling,
    3. Reduce the code,
    4. You will be knowing where the changes made (Actions, Reducers)
    5. Your Component will only taking care of UI things

    The things that you have to do is Structuring your data

提交回复
热议问题