DEV Community

Discussion on: Real time + Postgres = ?

Collapse
 
rafaacioly profile image
Rafael Acioly

This is super nice!

Alex, in your project you use React (or any js framework) on frontend?
I was thinking in use Hasura but not with JS, and on Hasura site there nos no example with another language.

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.