We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Remix.js - The Practical Guide

Academind by Maximilian Schwarzmüller and Maximilian Schwarzmüller

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

Read more

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.

Enroll now

What's inside

Learning objectives

  • 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

Syllabus

Get started with this course and Remix (and understand what both are about).
Welcome to the Course!
What Is Remix? And Why Would You Use Remix?
Read more
Remix vs NextJS
About The Course
How To Get The Most Out Of This Course
Attachments & Discord Community
Learn about the key Remix concepts you must know in order to build any kind of Remix website or web app.
Module Introduction
MUST READ: Creating a Remix v1 Project
Creating a Remix Project
Adjusting the Created Projects
Analyzing the Created Project
Solving Issues with Starting the Development Server
Getting Started with File-based Routing
Adding Links & Building a SPA (Single-Page Application)
Onwards to a Better Project
Styling Pages & Understanding the Root Route
Surfacing Component Styles
Styling Active Links via NavLink
How Form Submissions Work
Server-side Form Handling via action()
Adding Backend Code & Redirecting
Fetching Page Data via loader()
Returning & Using Fetched Data
From
to
Providing User Feedback via useNavigation
Validating Input & Returning Data in action()
Error Handling via ErrorBoundary
Handling Error Responses via CatchBoundary
Adding Dynamic Routes & Dot-delimited Routes
Fetching Data for Dynamic Routes
Another CatchBoundary Example
Setting Page Metadata
Summary
Learn more about file-based routing, page management and how to created (potentially nested) layouts.
What We'll Build - A Demo
Project Planning & Creation
Creating Project Routes - A Refresher
Nested Paths - An Alternative Approach
Layout Routes
Adding Components & Styling
Using Custom Fonts
Working on More Routes
Marketing Pages & Static Images
Leveraging Layouts
Rendering a Modal Page (Overlay Page)
Adding Links
Paths: Absolute vs Relative
Navigating Programmatically
Adding NavLinks
Introducing Pathless Layout Routes
Doing More with Pathless Layout Routes
Introducing Resource Routes
Understanding Splat Routes
Working with URL Search Parameters (Query Parameters)
Adding More Expense-related Links
An Alternative Way Of Setting Up Routes
Module Summary
Learn more about data fetching, data mutations and how to blend backend and frontend code with Remix.
Project & Database (MongoDB) Setup
Adding Prisma (A Package For Querying the Database)
Adding an Expense Data Model
Preparing the Code for Form Submissions
Adding a Server-side "addExpense" Function
Adding Expenses to the Database (via action())
Adding Server-side Validation
Submitting Forms Programmatically
Adding Visual Submission Feedback
Fetching Expenses (via loader())
Loaders - A Closer Look
Loading a Single Expense (via Dynamic Route Parameters)
How Nested Loaders Are Executed
Using Parent Loader Data via useMatches()
Updating Data
Deleting Data
One Action - Multiple Forms
Programmatic "Behind-the-Scenes" Submission via useFetcher()
Extracting Search Parameters
Adding Visual Feedback to the Authentication Form
Adding a Shared Root Document
Adding Default Error Handling Logic
Handling Errors Without ErrorBoundary or CatchBoundary
Managing Errors Inside Components
Practice Time - Challenge
Practice Time - Solution
Updating the expenses/raw Route
Learn how to add session-based user authentication (login & signup) via cookies.
Project Setup
How Does User Authentication Work?
Preparing the Database
Adding Server-side Credentials Validation
Check for Existing Users & Emails
User Signup & Password Hashing
Getting Started with User Login
Sessions & Cookies - Preparation

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Builds a solid basis for beginners by introducing key Remix ideas, such as file-based routing, page management, and layout creation
Deepens the understanding of intermediate learners by delving into data fetching, data mutations, and blending backend and frontend code
Provides a hands-on approach through the construction of two significant projects, including an 'Expenses Management Website' with CRUD operations and user authentication
Utilizes a series of modules to structure the learning process, allowing learners to grasp concepts incrementally
Emphasizes real-world applications by demonstrating how to handle form submissions, connect to databases, and implement user authentication with session cookies
Taught by Maximilian Schwarzmüller, an experienced instructor recognized for his work in React and JavaScript

Save this course

Save Remix.js - The Practical Guide to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Remix.js - The Practical Guide. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Remix.js - The Practical Guide will develop knowledge and skills that may be useful to these careers:
Web Developer
Web Developers build, maintain, and manage websites and web applications. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course can help you build a strong foundation for a career as a Web Developer. The course covers key concepts like file-based routing, nested routes, layouts, data fetching, form handling, user authentication, and deployment. These concepts are essential for building modern, interactive web applications and websites.
Frontend Developer
Frontend Developers are responsible for the user interface and user experience of websites and web applications. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course can help you build a strong foundation for a career as a Frontend Developer. The course covers key concepts like file-based routing, nested routes, layouts, data fetching, form handling, and styling. These concepts are essential for building modern, interactive web applications and websites.
Fullstack Developer
Fullstack Developers are responsible for both the frontend and backend of websites and web applications. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course can help you build a strong foundation for a career as a Fullstack Developer. The course covers key concepts like file-based routing, nested routes, layouts, data fetching, form handling, user authentication, and deployment. These concepts are essential for building modern, interactive web applications and websites.
React Developer
React Developers are responsible for building and maintaining user interfaces for websites and web applications using the React JavaScript library. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course can help you build a strong foundation for a career as a React Developer. The course covers key concepts like file-based routing, nested routes, layouts, data fetching, form handling, and user authentication. These concepts are essential for building modern, interactive web applications and websites.
Software Engineer
Software Engineers design, develop, and maintain software systems. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course can help you build a strong foundation for a career as a Software Engineer. The course covers key concepts like file-based routing, nested routes, layouts, data fetching, form handling, user authentication, and deployment. These concepts are essential for building modern, interactive web applications and websites.
Data Engineer
Data Engineers design, build, and maintain data pipelines and data warehouses. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Data Engineer. The course covers key concepts like data fetching, data handling, and database integration. These concepts are essential for building data pipelines and data warehouses.
Database Administrator
Database Administrators are responsible for the installation, maintenance, and performance of databases. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Database Administrator. The course covers key concepts like database integration, data handling, and data security. These concepts are essential for managing and maintaining databases.
Project Manager
Project Managers plan, execute, and close projects. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Project Manager. The course covers key concepts like project planning, resource management, and risk management. These concepts are essential for managing and completing projects.
Business Analyst
Business Analysts identify and document the needs of a business and develop solutions to meet those needs. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Business Analyst. The course covers key concepts like requirements gathering, process analysis, and solution design. These concepts are essential for identifying and documenting the needs of a business.
Product Manager
Product Managers are responsible for the planning, development, and launch of products. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Product Manager. The course covers key concepts like product planning, market research, and user experience design. These concepts are essential for planning and developing products.
Technical Writer
Technical Writers create and maintain documentation for technical products and services. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Technical Writer. The course covers key concepts like documentation planning, content creation, and technical editing. These concepts are essential for creating and maintaining technical documentation.
UX Designer
UX Designers research, design, and evaluate the user experience of products and services. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a UX Designer. The course covers key concepts like user research, prototyping, and usability testing. These concepts are essential for researching, designing, and evaluating the user experience.
UI Designer
UI Designers create and maintain the visual appearance of products and services. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a UI Designer. The course covers key concepts like visual design, typography, and color theory.
Quality Assurance Analyst
Quality Assurance Analysts test and evaluate software products and services to ensure they meet quality standards. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as a Quality Assurance Analyst. The course covers key concepts like software testing, bug tracking, and quality assurance.
Information Technology Support Specialist
Information Technology Support Specialists provide technical support to users of computers and software. Remix is a React framework for building fullstack web applications and websites. The course is a practical guide to building such applications and websites. Taking this course may be helpful for a career as an Information Technology Support Specialist. The course covers key concepts like troubleshooting, hardware and software support, and customer service.

Reading list

We've selected seven books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Remix.js - The Practical Guide.
MongoDB is the default database used in the course, making this book a valuable resource for understanding its concepts and implementing it in your Remix projects.
Remix applications run on Node.js, so understanding Node.js design patterns can enhance your understanding of Remix's underlying principles.
Provides a comprehensive introduction to React, which fundamental dependency of Remix, helping you solidify your understanding of its core concepts and how it relates to Remix.
While not specific to Remix, this book promotes best practices for writing clean and maintainable code, which is crucial for building high-quality Remix applications.
While not directly related to Remix, this book provides valuable insights into designing data-intensive applications, which is relevant to building robust Remix applications with complex data requirements.
Offers insights into the architecture of open-source projects, including principles and patterns that can be applied to Remix application development.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Remix.js - The Practical Guide.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser