start-react / sb-admin-react

Starter theme for React JS Dashboard Apps
http://sb-admin-react.geekydev.com:3009/
Other
836 stars 274 forks source link

How to add Mobx ? #44

Open tonyalaribe opened 6 years ago

tonyalaribe commented 6 years ago

Your client.js is quite complicated, so i dont know how to add mobx provider,

sarika01 commented 6 years ago

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.