Remix Guide

Menu
  • Official
    109
  • Tutorials
    394
  • Packages
    80
  • Events
    20
  • Showcase
    99
  • Templates
    58
  • Examples
    106
  • Opinions
    118
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Built with mongodb
others / www.youtube.com2023-05-17

"The Humble Cookie" by Scott Smerchek at #RemixConf 2023 💿

When their inventor, Lou Montulli, came up with the concept for cookies, he couldn’t have known the impact these little packets of data would have on the internet as we know it. Join me in this exciting journey as we uncover the humble beginnings of the HTTP cookie, its maligned use by advertisers, yet evolution into a still quite versatile tool for web developers today. The cookie was unfashionable for a span with Single Page Applications, but with Remix, we can once again easily harness the power of cookies in a secure way. In this talk, we'll dive deep into the world of cookies and explore the variety of ways they can be used in Remix to enhance the user experience and simplify the development process. Whether you're a seasoned developer who remembers the good ol’ days or just starting out, you'll leave with a better understanding of the powerful role cookies play in developing modern web sites with Remix. Speaker Bio: Scott Smerchek lives in Kansas City and works remotely for UDisc, creating web applications to help disc golfers of all abilities. He works primarily with Node.js, PostgresSQL, MongoDB, and React. He is passionate about functional programming—regardless of the language. https://remix.run/conf/2023/speakers/scott-smerchek

others / www.prisma.io2022-06-04

Build A Fullstack App with Remix, Prisma & MongoDB - Project Setup

Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be setting up our project, the MongoDB instance, Prisma, and begin modeling out some of our data for the next section of this series.

others / dev.to2022-05-17

Fullstack Authentication with Remix using Prisma, MongoDB and Typescript

Remix is an edge-first server-side rendered JavaScript framework built on React that allows us to...

New Hot Top
others2022-05-17

Fullstack Authentication with Remix using Prisma, MongoDB and Typescript

dev.to
Tutorialsmongodbtypescriptprisma

Remix is an edge-first server-side rendered JavaScript framework built on React that allows us to...

cover

Published on dev.to

others / dev.to2021-12-24

Building a Simple Search UI with Remix

Photo: Markus Winkler on Unsplash. One thing I love most about Remix is how it encourages you to...

others / dev.to2022-08-04

Creating a Github-like Progress bar for your Remix app

This post is about the progress bar that shows at the top of the cover image 🤓 This is a...

others / dev.to2022-03-22

Best 10 Code Snippets for Remix and TypeScript in 2022

What is a Code Snippet? A Code Snippet is a block of code you can share and reuse. By...

others / dev.to2022-01-05

Intro to Remix 💿

🔰 Introduction: This article is just an explanation and summary of what Remix is. You...

others / dev.to2023-02-03

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...

others / dev.to2021-12-24

Stable Forms in Remix

Data mutations in Remix are done with HTML forms, and Remix allows you to upgrade your forms with...