sb-admin-react
sb-admin-react copied to clipboard
How to add Mobx ?
Your client.js is quite complicated, so i dont know how to add mobx provider,
You could declare the store in the run function in client.js. Then pass it to the render attribute function used at UniversalRouter statement. In the render function you can pass this store to the component.