Sigi framework document
Introduction
Basic
Recipes
FAQ
基本概念
深入
常见问题

Adding new EffectModule Asynchronously/Lazily

If you are doing code splitting or otherwise want to add an EffectModule after the app is already running, just dynamic import and use it.

Dynamic import example