illustration for Build a Real-time Next.js 14 Chat App with Fauna
free

Build a Real-time Next.js 14 Chat App with Fauna

Instructor

Shadid Haque

1h 5m closed-captioning
·
16 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
7
people completed
Published 3 weeks ago
|
Updated a week ago

Dive into the world of real-time, full-stack web development with this hands-on course. You’ll learn how to build a chat application using Fauna Streams and Next.js 14, focusing on the essentials and best practices.

Next.js is seeing big updates with version 14 and beyond thanks to the ‘app’ router (previously the ‘pages’ router).

With Next.js App router, you now have to manage whether you are in the server or client. There are trade-offs to both with the primary difference being the server is fast and caches data to be served efficiently while the client can hold state for more advanced front-end user interactions.

You’ll learn how to navigate these decisions as you build your full-stack application with Fauna on the backend.

While doing so, you’ll iteratively build out your database schema as you create rooms, messages, and users to serve up from your database.

What You’ll Learn:

  • Next.js Best Practices: Master Next.js best practices for building fast, maintainable apps
  • Server-Side Rendering (SSR): Learn SSR techniques like server actions and server side form submission
  • Database Access Patterns: Efficiently connect and retrieve data using Fauna
  • Real-Time Updates: Implement real-time updates with Fauna Streams
  • Basic Authentication: Secure your chat app with authentication methods

By the end of this course, you’ll have a working real-time chat app and a solid grasp of the tools and techniques used to build it.

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Course Content

1h 5m • 16 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers
    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout
    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use
    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.