You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made an attempt to create a version of this WhatsApp Clone React App using Hasura GraphQL Engine APIs. Here's the source of the app
Key points:
Data modelling on Postgres (slightly different from the original server)
Role based access control using Hasura
JWT based authentication
Would like to do more optimisations around data fetching for subscriptions. For example, currently we fetch all message data every time a new message comes in. Instead a subscription to be used as a notification for new messages and a simple refetch query to fetch the ones not available on the client.
This should solve the missing messages problem in case the subscription client is not connected for sometime.
Hope others find this fork useful. Will update this issue as i have more optimisations worked out on the app.
The text was updated successfully, but these errors were encountered:
I have made an attempt to create a version of this WhatsApp Clone React App using Hasura GraphQL Engine APIs. Here's the source of the app
Key points:
Would like to do more optimisations around data fetching for subscriptions. For example, currently we fetch all message data every time a new message comes in. Instead a subscription to be used as a notification for new messages and a simple refetch query to fetch the ones not available on the client.
This should solve the missing messages problem in case the subscription client is not connected for sometime.
Hope others find this fork useful. Will update this issue as i have more optimisations worked out on the app.
The text was updated successfully, but these errors were encountered: