Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Fetching Blog Comments from a Database with a Custom React Hook

lesson

Fetching Blog Comments from a Database with a Custom React HookThe newline Guide to Full Stack Comments with Hasura and React

In this lesson, we'll create a React hook that will fetch the comments from the database. We'll cover how to create a custom hook as well as how to integrate with Hasura.

Setting Up Next.js Blog Starter and Understanding Its Structure

lesson

Setting Up Next.js Blog Starter and Understanding Its StructureThe newline Guide to Full Stack Comments with Hasura and React

We'll get to know a sample blog application that we'll be adding a comments section to. We'll also go over the setup and explain the directory structure.

How to Create a Comments Database Table and Set Permissions

lesson

How to Create a Comments Database Table and Set PermissionsThe newline Guide to Full Stack Comments with Hasura and React

In this lesson, we'll create a comments table and learn a bit about databases along the way.

Using Hasura to Generate GraphQL APIs and Protect Data

lesson

Using Hasura to Generate GraphQL APIs and Protect DataThe newline Guide to Full Stack Comments with Hasura and React

We'll learn about Hasura and play a bit with its features and writing GraphQL queries. This knowledge will let us move on to the commenting system!