DEV Community

Discussion on: Real time + Postgres = ?

Collapse
 
alex_barashkov profile image
Alex Barashkov

We use React/Redux and graphql client to deal with Grapql. So actually you don't need to look at Hasura examples because Hasura runs for you standard Graphql server, so if you want to handle Graphql connection from the frontend and execute queries just use official guide of GraphQL.