Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!