kitze / mobx-router

A simple router for MobX + React apps
509 stars 66 forks source link

Code splitting #19

Open natew opened 7 years ago

natew commented 7 years ago

Just opening as I'm curious. This seems to require System.import and some sort of lazily require'd components from what I've seen.

foxhound87 commented 7 years ago

I'm interested in code splitting too.

Here we are discussing on how to lazy load stores or actions, and I think we need a pure mobx solution and get rid of react-router:

https://github.com/foxhound87/rfx-stack/issues/40