Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Aleksandra Sikora
Most Recent
Most Popular
Highest Rated
Reset
Coding a Comments Section that Requires Manual Content Approval

lesson

Coding a Comments Section that Requires Manual Content ApprovalThe newline Guide to Full Stack Comments with Hasura and React

Right now, all the comments are public instantly. However, we may want to review the comments before showing them to other users. This is what we'll cover in this lesson.

An Overview of Optimistic Updates for React Hooks

lesson

An Overview of Optimistic Updates for React HooksThe newline Guide to Full Stack Comments with Hasura and React

We'll learn about optimistic updates and add them to our hook's implementation to improve the user experience.

How to Use GraphQL to Add Comment Features to a Frontend App

lesson

How to Use GraphQL to Add Comment Features to a Frontend AppThe newline Guide to Full Stack Comments with Hasura and React

This lesson will show how to extend the hook to handle adding new comment logic. It will cover adding a new GraphQL mutation and using it from the frontend application.

A Brief Tutorial on Building the UI for a Blog Comments Section

lesson

A Brief Tutorial on Building the UI for a Blog Comments SectionThe newline Guide to Full Stack Comments with Hasura and React

In this lesson, we'll add a UI for the comments section and a new comment form. We'll also display the comments that we get from the React hook.

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!

Summary

lesson

SummaryThe newline Guide to Full Stack Comments with Hasura and React

We just completed the course! Let's see what's next and how you can use the new knowledge.

Introduction to GraphQL

lesson

Introduction to GraphQLThe newline Guide to Full Stack Comments with Hasura and React

In this lesson, we'll cover the basics of GraphQL; what it is and how to use it. We'll also understand how it fits the course's subject.