Working with QR codes in Remix
Learn how to easily generate QR codes in your Remix app to share URLs and other information with your users.
Web Dev, Blog, Book, Talks, Meetups, and more.
Learn how to easily generate QR codes in your Remix app to share URLs and other information with your users.
Terraform is an infrastructure as code tool that enables you to provision and manage infrastructure. Let's get started using Terraform to provision Cloudflare infrastructure for your projects.
Today's full stack web frameworks like Next.js and Remix provide application developers with primitives, conventions, and levers to build more performant web apps. This blog post outlines a business case for going full stack from a client-only SPA architecture.
In this article, I explain in more detail what I mean by the full stack of the web platform. I make a case that having access to both the client and server runtime matters.
In this blog post, I am sharing my story of learning React, web standards, and Remix, and answer the question why I actively try to use less React.
In this post, I want to discuss why I believe you should carefully consider whether to use action data.
Remix is very flexible when it comes to deploying your application. In this article, we will explore the different dimensions of Remix deployment targets.
It's intuitive to compare Remix to Next.js and Gatsby and to treat it as a React framework. In this post, I want to summarize my own thoughts about why I believe that Remix deserves the title of a full stack web framework.
Markdown is a powerful tool for writing and publishing content. There are different ways of integrating Markdown into your Remix application. In this blog post, I want to show you how my own Markdown setup works.