From Angular to Remix: Route by route migration
In this tutorial, we will show you how to migrate an Angular application to Remix by running Angular...
In this tutorial, we will show you how to migrate an Angular application to Remix by running Angular...
Learn more at https://remix.run
A One-Time Password Authentication Strategy for Remix Auth.
Supabase Auth simplifies building an app with users. Remix is a web framework that gives you little bits of server where you need it! π In this video, Jon Meyers takes us through the brand new Supabase Auth Helpers package, which provides convenience functions around storing session data in cookies, rather than localStorage. This makes it possible to send authenticated requests to your database, from the client or server! πͺ Free egghead course on Remix and Supabase: https://egghead.io/courses/build-a-realtime-chat-app-with-remix-and-supabase-d36e2618 Remix Auth Helpers Docs: https://supabase.com/docs/guides/auth/auth-helpers/remix Learn more about Supabase π πΈ Website: https://supabase.com/ π Get started: https://app.supabase.com/ π Docs: https://supabase.com/docs π Github: https://github.com/supabase π¬ Discord: https://discord.supabase.com/ π¦ Twitter: https://twitter.com/supabase/
We build Shopify stores with SEO best practices by leveraging the integration with Remix and Sanity. We cover on-page SEO, indexation, and dynamic sitemaps.
Showcasing a hub for knowledge sharing and collaboration that drives our decision-making process.
Task manager application inspired in Jira. Side project made with Remix, React, Tailwind, TypeScript and more.
Here is an easy method for building forms with multiple outcomes using a not well known html feature.
Learn to prevent scroll reset on navigation and how to take control over how it restores on back/forward. Learn more at https://remix.run
Remix always does SSR on document requests. Then it works as an MPA until JS loads and React hydrates your app. At that ...
In this episode, Michael Jackson joins us to talk about Remix joining Shopify! We cover topics like Hydrogen (the Shopify stack for headless commerce), the future of Remix, and more! Links https://remix.run https://github.com/remix-run https://twitter.com/remixrun https://twitter.com/mjackson https://discord.com/invite/xwx7mMzVkA https://www.youtube.com/remixrun https://www.linkedin.com/in/mjijackson https://podrocket.logrocket.com/remix-run Tell us what you think of PodRocket We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, weβll send you a $25 gift card! If youβre interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com) Follow us. Get free stickers. Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and weβll send you free PodRocket stickers! What does LogRocket do? LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Michael Jackson .
Ryan shows us how to get granular with our errors and prevent slow, risky data loads from taking down the entire page if it has an error. Learn more at https://remix.run
Ryan takes us for a first look at Remix Streaming from the v1.11.0 release Learn more at https://remix.run
Northwind Traders implemented on Remix + CF Pages + D1
It's important to architect your APIs in a way that can't be spoofed by a mischievous client application.
Remix Loaders are a great way to fetch data server-side before rendering the page. As of v1.10.0, you can use the useRevalidator hook to call these loaders whenever you want. In this video, Jon Meyers demonstrates how this can be paired with Supabase Auth and the onAuthStateChange hook to keep the UI in sync with the user's signed in state. GitHub repo: https://github.com/dijonmusters/remix-revalidation-on-demand To learn more about building an app with Remix and Supabase, check out this entirely free egghead course: https://egghead.io/courses/build-a-realtime-chat-app-with-remix-and-supabase-d36e2618?af=9qsk0a In this course we build a realtime chat application and learn about: πͺ managing sessions with cookies using the Supabase Auth Helpers π’ fetching data server-side π§ββοΈ generating TypeScript definitions with the Supabase CLI β±οΈ merging realtime updates with loader data 00:00 Introduction 01:10 Creating Remix app 02:07 Adding a loader function 03:00 Empty action hack 05:33 Calling active loaders with useRevalidator 06:23 Creating a Supabase project 08:25 Instantiating a Supabase client 10:55 Implementing Supabase Auth 13:37 Revalidating data onAuthStateChange 15:10 Summary Other helpful resources π Blog article: https://jonmeyers.io/blog/call-remix-loaders-on-demand-with-userevalidate π Get more from Jon π Twitter: https://twitter.com/jonmeyers_io Blog: https://jonmeyers.io/blog
Learn more at https://remix.run
Extension for Visual Studio Code - Snippets for writing Remix with TypeScript code faster!
Learn more at https://remix.run
Competitive Splatoon Hub featuring gear planner, event calendar, builds by top players, and more!
A collection of codemods for react-router for upgrading to v6.
Supabase is a collection of open-source tools that wrap around a PostgreSQL database. In this course, we look at building a realtime chat application with Remix, using Supabase for db hosting, authentication, authorization and subscribe to realtime db events - updating the UI as the database changes. We will learn about: loaders and actions in Remix querying and mutating data with Supabase authentication with GitHub authorization with RLS merging client and server state with realtime events deploying a Remix app to Vercel This course is 100% TypeScript, however, don't stress if you don't have any experience with TS, as Supabase does most of the heavy lifting here! π
This is a minimal Remix stack to serve as a starting point for demos and debugging.