diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.92k stars 292 forks source link

How do you handle code splitting using ARc? #317

Closed velopert closed 7 years ago

velopert commented 7 years ago

I really love this structure. I wonder how would you implement code-splitting using this structure. Usually, I split my codes based on Route. However, in this structure, every components will get loaded using components/index.js

If you have any know-hows, please give me some advices.

velopert commented 7 years ago

Closing because it is similar issue with https://github.com/diegohaz/arc/issues/128