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.6
15
people completed
Published 5 months ago
|
Updated 5 months 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 Full-Stack Serverless Apps with Next.js & Fauna
    Shadid Haque • Course • 1h 12m

    Using Next.js and Fauna, you can build robust, feature-rich, production-ready full-stack applications without the hassle of managing any servers or databases.

    illustration for Fundamental Next.js API and Patterns
    Lazar Nikolov • 1h 16m • Course

    Lazar takes you beyond just getting started, and will teach you everything you need to know about the fundamentals of Next.js.

    illustration for Migrate Next.js Application to App Router

    Learn the new Next.js App router through migrating pages, API routes, and React components.