Hasura Next.js Boilerplate
As the name suggests, Hasura Next.js Boilerplate is a boilerplate for building applications using Hasura and Next.js. This boilerplate will let you up and running with a Next.js front-end and Hasura back-end application easily.
Features
This boilerplate is built on top of Next.js and Hasura. So, you get all the benefits and features that these two softwares provide. However, the following features are the most important ones:
- Automatic compilation and bundling of Next.js which ensures optimized code during production builds.
- Pre-rendering of pages at build time (SSG) or request time (SSR).
- Support for TypeScript.
- File-system routing which helps in adding new routes to your application.
- Support for optimized images out of the box.
- Instant real-time GraphQL APIs.
- Built-in authorization and authentication.