rereql
v0.1.0
Published
Connect GraphQL queries to React components via Redux
Downloads
2
Readme
What?
Rereql connects GraphQL queries to React components via Redux.
Status
Rereql is now functional, see the example.
Please use experimentally, would love feedback.
Documentation
See the commented example.
You can run the example locally:
cd ./examples/query-and-mutate
npm install
npm start
However, as there is no server, it will error out for now...