For my GSOC 2020 program, I worked on the Offix Datastore project, a client-side store for JavaScript apps with real-time synchronization over GraphQL. By default, Offix Datastore integrates with Graphback using the GraphQL Crud specification, providing an end-to-end data synchronization solution for JavaScript apps.
With Offix Datastore, User data is always available locally and synchronized with server whenever possible allowing developers to build "Offline-first" apps without investing in GraphQL and Synchronisation technologies.
Offix Datastore comes with default support for GraphQL CRUD compatible servers.
Offix Datastore provides custom React hooks, providing a smooth, boilerplate-free development experience for React developers.
Can I know which frontend technology is going to be used in this project