Multiple react applications on one page. Theory

Yes, it can be done.

That’s how you render several react apps on one page:

And here’s how you can set reducers dynamically (they say, it’s how Twitter does it):

More details here:
https://github.com/reactjs/react-redux/issues/355
http://nicolasgallagher.com/redux-modules-and-code-splitting/

Similar Posts

LEAVE A COMMENT