diegohaz / arc

React starter kit based on Atomic Design

Home Page:https://arc.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you handle code splitting using ARc?

velopert opened this issue · comments

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.

Closing because it is similar issue with #128