SolidJS
Work in progress
SolidJS support is not yet implemented.
Let us know on Discord if you're interested in helping to develop SolidJS support.
Implementation notes
Solid's reactivity model should map fairly directly to the existing React integration with signals replacing state. There's also a store interface that may be helpful.