Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Remix.js - The Practical Guide
Rating: 4.6 out of 5(1,431 ratings)
10,164 students

Remix.js - The Practical Guide

Learn how to build feature-rich & highly reactive fullstack React applications with Remix.
Last updated 10/2024
English

What you'll learn

  • Build fullstack React websites and apps with Remix
  • Implement dynamic and nested pages
  • Construct nested layouts with optimized data fetching
  • Handle form submissions without client-side JavaScript logic
  • Implement user authentication via session cookies

Course content

7 sections114 lectures8h 35m total length
  • Welcome to the Course!0:32

    Explore Remix from the ground up, uncover what Remix is and why it's amazing, and preview its basics and more advanced features.

  • What Is Remix? And Why Would You Use Remix?5:40

    Remix builds on React to blend server-side and front-end code in the same project, enabling full-stack React apps with automatic code splitting and server-side pre-rendering for better SEO.

  • Remix vs NextJS2:10

    Explore Remix vs Next.js, comparing Remix’s always-on-server rendering with Next.js’s build-time static generation and optional per-request server rendering, discuss hosting implications and why Remix’s API feels more enjoyable.

  • About The Course1:23

    Explore Remix routing, data fetching and mutations, layouts, styling, authentication, error handling, deployment, and practical crud examples through a complete example app.

  • How To Get The Most Out Of This Course3:36

    Engage with this video on demand course by watching at your pace, coding along, and building projects; use the course slides, code, Q&A, and the Discord community to deepen learning.

  • Attachments & Discord Community0:37

Requirements

  • Basic React knowledge is required
  • NO prior Remix knowledge is required
  • NO advanced React knowledge is required

Description

Remix is a strongly growing React framework that (vastly!) simplifies the process of building feature-rich, interactive fullstack React applications and websites.

With Remix, backend and frontend code work together seamlessly, and, as a developer, you don't have to worry about managing multiple, separated projects or codebases. Instead, you implement your backend logic next to your frontend code and let Remix handle the rest.

In this course, you will learn how to build fullstack React.js applications and websites with Remix from the ground up. All key Remix concepts are covered in-depth and taught step-by-step, slowly building up on each other. By the end of this course you will therefore be able to build your own Remix fullstack websites!

As part of this course, you will build two major demo projects, including an "Expenses Management Website" where users can sign up, manage their expenses and view expense analytics. As part of this project, you will learn how to perform CRUD (Create, Read, Update, Delete) operations with Remix and how to connect your React app to a database.

The following concepts are covered in great detail in this course:

  • What Remix is & how it works

  • Remix vs NextJS

  • Adding routes and pages

  • Working with nested routes

  • Managing (potentially nested) layouts

  • Combining pages with non-page components

  • Styling pages and components

  • Fetching data (also for nested pages)

  • Submitting data - via forms & programmatically

  • Handling data submissions on the backend

  • Storing data in databases & fetching data from databases

  • Validating user input

  • Authenticating users (signup & login)

  • Managing sessions via cookies

  • Optimizing Remix applications

  • Deploying Remix applications

  • And much more!


Who this course is for:

  • React developers who want to build fullstack applications with React