Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasura/gqless-movies-demo
A movies app using Hasura and gqless
https://github.com/hasura/gqless-movies-demo
gqless graphql hasura
Last synced: 3 days ago
JSON representation
A movies app using Hasura and gqless
- Host: GitHub
- URL: https://github.com/hasura/gqless-movies-demo
- Owner: hasura
- Created: 2020-03-19T20:15:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T03:51:45.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:41:33.032Z (7 months ago)
- Topics: gqless, graphql, hasura
- Language: TypeScript
- Homepage: https://hasura.io/blog/gqless-fetch-your-graphql-data-automagically/
- Size: 10.4 MB
- Stars: 127
- Watchers: 5
- Forks: 5
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gqless movies app
[![gqless homepage](https://i.imgur.com/xlreyRd.png)](https://gqless.netlify.com/)
**Check out the [live CodeSandbox demo](https://codesandbox.io/s/github/hasura/gqless-movies-demo)**, and read the [tutorial blog post over at hasura.io](https://hasura.io/blog/gqless-fetch-your-graphql-data-automagically/).
> Learn more at [gqless.netlify.com](https://gqless.netlify.com/)
## Features
### Easy-to-use
Effortlessly create GraphQL apps within minutes. All progressively loaded, with the [easy-to-use cache](https://gqless.netlify.com/docs/extensions) & [React Suspense](https://reactjs.org/docs/concurrent-mode-suspense.html)
[![Demo](https://i.imgur.com/88Vggc4.gif)](https://codesandbox.io/s/github/hasura/gqless-movies-demo)
### Rich IDE experience
Out of the box support for Typescript. Easily see your API documentation, jump to the type definitions etc.
[![CodeSandbox intellisense demo](https://i.imgur.com/FtpcQxR.gif)](https://codesandbox.io/s/github/hasura/gqless-movies-demo)
## Running locally
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!