LovesWorking / react-query-external-sync

A tool that can be used by anyone to manage React Query state externally. Works with React, React Native with a familiar UI to the React Query Dev Tools.
MIT License
74 stars 5 forks source link

Docker image for Socket.IO + Server for DevTool #5

Open navalex opened 3 months ago

navalex commented 3 months ago

Hey,

First, thanks a lot for your package, really helpful for my Capacitor project ! To ease my workflow with React Query, I made a little Docker image that start a Socket.io server + a Vite server that displays the devtool ! I needed this because my back is not really able to deliver React, and I don't want it too, this allows to access your devtools with just a docker container running !

Maybe we can add this. to your doc to help peoples start with this project ?

Here is the link: https://hub.docker.com/repository/docker/navalex/rq_devtool/general

LovesWorking commented 3 months ago

Hey,

First, thanks a lot for your package, really helpful for my Capacitor project ! To ease my workflow with React Query, I made a little Docker image that start a Socket.io server + a Vite server that displays the devtool ! I needed this because my back is not really able to deliver React, and I don't want it too, this allows to access your devtools with just a docker container running !

Maybe we can add this. to your doc to help peoples start with this project ?

Here is the link: https://hub.docker.com/repository/docker/navalex/rq_devtool/general

Awesome make a PR to the readme and we can do that.

Thank you!

navalex commented 3 months ago

I make a PR right now to change this ;)

And to answer your question about the specific needs for Capacitor, actually this repo seems to do exactly what someone would need to use a react-query devtool, so I guess this project is enough for this issue :)