seveibar / remote-redux

Use reducers on the server to eliminate api bindings and large api surfaces.
18 stars 0 forks source link

Is this in use in production anywhere? #3

Open chmac opened 3 years ago

chmac commented 3 years ago

This is a super interesting concept. I've been exploring the idea of building an application logic in redux, and then being able to provide a "light client" that can consume some part of a larger store, dispatch actions, and so on. My idea was to use GraphQL as the transport layer between client and server.

I'm curious about your remote-redux approach. Have you known it deployed in production? There's ~70 stars on the React repo, so it seems like some people are interested in the approach.

Either way, thanks for sharing the code and the approach, you've given me good food for thought. :-)

chmac commented 3 years ago

Just read here that you'd been using the approach in production at that time for ~6 months.

Any feedback / experience to share now some years later? Still using this approach?