Remix Guide

Menu
  • Official
    67
  • Tutorials
    257
  • Packages
    63
  • Events
    13
  • Showcase
    95
  • Templates
    45
  • Examples
    76
  • Opinions
    74
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Official
others / remix.run2023-03-17

Future Proofing Your Remix App

We've introduced the concept of future flags to give you a smooth upgrade path for your Remix app.

others / remix.run2023-03-10

Lazy Loading Routes in React Router 6.4+

Decoupling data-fetching from rendering introduces some complexities if you want to lazily load your route components. Check out how the newly introduced `route.lazy()` method helps solve this to keep your app bundles small and your UX snappy!

others / www.youtube.com2023-01-30

Roadmap #5

Learn more at https://remix.run

others / www.youtube.com2023-01-25

Scroll Management with Remix and React Router

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

others / podcasts.google.com2023-01-24

PodRocket - A web development podcast from LogRocket - Remix in 2023 with Michael Jackson

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 .

others / www.youtube.com2023-01-20

v1.11.0 Remix Streaming and Granular Error Handling

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

others / www.youtube.com2023-01-20

v1.11 Remix Streaming with React Suspense and Remix Defer

Ryan takes us for a first look at Remix Streaming from the v1.11.0 release Learn more at https://remix.run

others / www.youtube.com2023-01-11

Roadmap Planning #4

Learn more at https://remix.run

others / www.youtube.com2023-01-05

Roadmap Planning #3

Learn more at https://remix.run

others / www.youtube.com2022-12-12

Roadmap Planning #2

Learn more at https://remix.run

others / www.youtube.com2022-12-11

Roadmap Planning #1

Learn more at https://remix.run

repository / github.com2022-12-08

remix-run/react-router-website

The React Router website

others / remix.run2022-11-22

Migrate from Webpack to Remix

Apps that depend on Webpack loaders and plugins weren't able to incrementally migrate to Remix. Until now!

others / sessionize.com2022-11-16

Remix 2023: Call for Speakers

2-day single-track event. Remix is a full-stack web framework that lets you focus on the user interface and work back through web fundamentals to deli...

others / remix.run2022-11-11

Open Development for Remix

We're completely opening up our development process, join us!

others / remix.run2022-11-03

React Router-ing Remix

We brought all the Remix goodies over to React Router and made improvements in the process. Now it's time to bring those improved APIs back over to Remix where they started!

others / shopify.engineering2022-11-01

Mixing It Up: Remix Joins Shopify to Push the Web Forward

We are very excited to announce that the open-source web framework Remix and its team are joining Shopify.

others / remix.run2022-11-01

Remixing Shopify

Remix is joining Shopify

others / remix.run2022-09-13

React Router 6.4 Release

React Router 6.4 was released today, adding all of data loading, data mutation, pending navigation, and error handling APIs from Remix to every React Router app.

others / www.youtube.com2022-09-13

React Router 6.4 Release Preview

React Router 6.4 adds all of data loading, data mutation, pending navigation, and error handling APIs from Remix to every React Router app.

others / www.youtube.com2022-08-04

Kent C. Dodds @ ReactNext 22 - Stream Away the Wait

ReactNext 2022 www.react-next.com Israel's Annual React & React-Native conference Powered by EventHandler ----------------------------------------- Stream Away the Wait: When implementing the design of a user interface, we often finish before remembering that not everyone's running the app's services locally on their device. There's going to be network latency, long running database queries, and large datasets that can slow down the experience. We can and should do everything we can to speed things up, but not all of this is within our control. This means we need to start thinking about pending states. But pending UI is terrible. In this talk, Kent will walk us through building a pending experience that is quite delightful. Ultimately taking advantage of React 18's new streaming APIs and a soon-to-be-released API in Remix to give a top-notch user and developer experience. Prepare to have your mind blown. ----------------------------------------- Kent C. Dodds: Kent C. Dodds is a world renowned speaker, teacher, and trainer and he's actively involved in the open source community as a maintainer and contributor of hundreds of popular npm packages. Kent is a Co-Founder and Director of Developer Experience at Remix. He is the creator of EpicReact.Dev and TestingJavaScript.com. He's an instructor on egghead.io and Frontend Masters. He's also a Google Developer Expert. Kent is happily married and the father of four kids. He likes his family, code, JavaScript, and Remix. ----------------------------------------- #javascript #reactjs #programming #software #development #softwaredevelopment

others / frontendmasters.com2022-08-01

Advanced Remix — Exclusive Workshop

Spend A Full Day Immersed in Remix with Kent C Dodds

others / frontendmasters.com2022-08-01

Remix Fundamentals — Exclusive Workshop

Spend A Full Day Immersed in Remix with Kent C Dodds

others / www.youtube.com2022-07-21

Ryan Florence - Why The Form? Data Mutations on the Web - RenderATL 2022

You’re not going to want to miss what Ryan had to say at Render 2022. Oh no. You've rendered a button and want to change some data when the user clicks it. This wasn't always hard, and doesn't have to be anymore. Don’t miss what Render is doing next. Make sure you’re following @renderatl for updates!

others / remix.run2022-06-27

Data Flow in Remix

Remix takes the idea of “one-way data flow” and extends it across the network, so your UI truly is a function of state: from the client to the server and back again.

Show more
New Hot Top
others2022-09-13

React Router 6.4 Release

remix.run
Official

React Router 6.4 was released today, adding all of data loading, data mutation, pending navigation, and error handling APIs from Remix to every React Router app.

cover

Published on remix.run

others / remix.run2022-01-18

Remix vs Next.js

An objective comparison between Remix and Next.js

others / remix.run2022-06-27

Data Flow in Remix

Remix takes the idea of “one-way data flow” and extends it across the network, so your UI truly is a function of state: from the client to the server and back again.

others / remix.run2022-05-18

Remix and “The Edge”

“The edge” isn’t just about static assets anymore. It’s increasingly becoming a place for dynamic assets resulting from compute. Remix is taking full advantage of this next generation of edge computing.

others / remix.run2022-01-27

Not Another Framework!

The web ecosystem can feel like it moves too fast sometimes. We're sensitive to that at Remix so we've designed it with your future in mind. Get good at Remix, get better at the web.

others / remix.run2022-03-31

React Router v6.3.0

A new package helps you upgrade from React Router v5 to v6 incrementally

others / remix.run2023-03-17

Future Proofing Your Remix App

We've introduced the concept of future flags to give you a smooth upgrade path for your Remix app.