combination-react-app
v1.0.9
Published
Combine some small apps into a big app for react app
Downloads
6
Readme
combination-react-app
Combine some small apps into a big app for react app,root element has some apps,and app communication by dispatch. The benefits is decompose a large project into smaller subprojects. and every subprojects can be a component or a react project or a dva project, and every project has 'Provider' and store.this project is aim to pipe data for this subprojects,and aggregate multiple projects to a big project,it benefits to development of multiple departments.