Tag: remix

Building A Progressive Web App In Remix With Remix Pwa

Building a progressive web app in Remix with Remix PWA

Dev

Progressive web apps (PWAs) are applications that look and behave like mobile apps, but are built using web technologies. While […]

Chimezie Innocent
Nov 20, 2023 ⋅ 11 min read

Building Nx monorepos with Remix

Dev

In this article, learn how Nx monorepo deployment works when you’re building with Remix. We also cover how to share components and files.

Ishan Manandhar
Sep 20, 2023 ⋅ 7 min read
Remix flat routes: An evolution in routing

Remix flat routes: An evolution in routing

Dev

Flat routes, accessible in Remix via third-party package, can add a whole new paradigm to your apps. Learn how to implement them here.

Ishan Manandhar
Jul 28, 2023 ⋅ 6 min read
Localizing content with Remix and Contentful

Localizing content with Remix and Contentful

Dev

Localizing your content can impact the usability and conversion rate of your blog. In this post, learn how to do this with a Remix frontend.

Hussain Arif
Jun 30, 2023 ⋅ 6 min read
Remix Supabase Real-Time Chat App

Remix and Supabase: Build a real-time chat app

Dev

We demonstrate how to use Remix and Supabase to build a real-time chat application, including configuring Supabase and creating the frontend.

Vijit Ail
Jun 20, 2023 ⋅ 11 min read
Building a Full-Stack App With Remix and Prisma

Building a full-stack app with Remix and Prisma

Dev

In this tutorial, you will build a simple full-stack application using Remix, Prisma, and MySQL as the database.

Taofiq Aiyelabegan
Jun 13, 2023 ⋅ 11 min read
Using Cloudflare Workers Remix Superflare

Using Cloudflare Workers with Remix and Superflare

Dev

We build a link shortener app with authentication and a database to show the benefits of using Cloudflare Workers with Remix and Superflare.

Ahmad Rosid
Jun 7, 2023 ⋅ 10 min read
React Svelte Next JS

Remix vs. Next.js vs. SvelteKit

Dev

Compare a few features of popular meta-frameworks Remix, Next.js, and SvelteKit, ranging from initiating a project to adding styling.

Alex Merced
Dec 15, 2022 ⋅ 8 min read
Remix: A Guide to the Newly Open Sourced React Framework

Remix: A guide to the React framework taking on Next.js

Dev

Take a deep dive into Remix, the newly open sourced React framework with new features to explore, like nested routes and error boundaries.

Atharva Deosthale
Nov 3, 2022 ⋅ 8 min read
Creating A Remix App With GraphQL

Creating a Remix app with GraphQL

Dev

Remix allows applications to have a fast load time, and once the application is loaded, hydration kicks in and gives it client-side functionality.

Miracle Onyenma
Oct 10, 2022 ⋅ 10 min read
Remix Logo

Handling user authentication with Remix

Dev

Learn how to implement authentication on Remix apps and build a full-stack quote wall application with support for user authentication.

Emmanuel John
Jul 1, 2022 ⋅ 20 min read

How to validate forms in Remix

Dev

Remix takes a different approach from React when it comes to validating forms. Learn how in this useful guide.

Nefe Emadamerho-Atori
Mar 1, 2022 ⋅ 7 min read