-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi @ryansolid , I have started to look into Solid and mobx-jsx and wanted to ask what is the difference between solid and mobx-jsx feature-wise.
I know that they both use the same "render engine" but is anything else missing from mobx-jsx that is available in solid (eg. currently ongoing ssr implementation on solid, or dev tools).
I would like to introduce this library into our workflow for certain components that are slow to render and because we already use mobx with react it seems to me that it would be easy to onboard the other team members (we love mobx for state management). But I would consider Solid if mobx-jsx is more complex than "autorun around the render method" and will not get updates like solid.
My apologies if this may be a stupid question, didn't have time to look more under the hood of each of the libraries to look for all the answers myself.
Btw, great work.