digitallyinduced / thin-backend

🔥 Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps
https://thin.dev/
MIT License
1.24k stars 32 forks source link

Solidjs support #25

Open ansarizafar opened 2 years ago

ansarizafar commented 2 years ago

Is there any plan to provide support for solidjs?

mpscholten commented 2 years ago

This should be possible. I think the basic operations might even already with solidjs. Likely we only need to adjust the react hooks like useQuery to port them to solidjs.