Syakirdevaradise.hashnode.dev·Feb 5, 2025Remix Tutorial: Building A Simple Contact App With Strapi as BackendIntroduction In this Remix tutorial, we’ll walk through how to build a simple contact app using Remix for the frontend and Strapi headless CMS as the backend. You’ll learn how to set up both tools, connect them, implement CRUD operations and create a...JavaScript
Sanjay Raisanjhiar2133.hashnode.dev·Jan 29, 2025🚀 Remix vs. Next.js: Choosing the Right Framework for Your Web App ⚡The battle of modern React frameworks continues! Remix and Next.js are both powerful, but they take different approaches to performance, data fetching, and developer experience. Here’s a quick comparison to help you decide which one fits your needs b...Remix
Tiger Abroditigerabrodi.blog·Jan 26, 2025How React Router works under the hoodIntroduction This post dives into how React Router as a framework works under the hood. Remix recently merged with React Router. React Router is now not only a routing library but also a full-stack web framework. Preface It’s not your typical post. I...2 likes·1.1K readsReact
Yuvraj Singhtechwithyuvi.hashnode.dev·Jan 24, 2025Switching from Remix to Local Setup for Blockchain Development (Using foundry)After working with Remix, the next question that anyone with prior development experience would ask is - “A web based IDE? That doesn’t sound very convenient…” And honestly, I get you! And that is why we have a Solidity based framework called FOUNDRY...Web3
Tiger Abroditigerabrodi.blog·Jan 22, 2025How to handle multiple concurrent submissions in RemixIntroduction Preface: Remix v3 is the same as React Router 7 (as a framework). I still name it Remix in blog post titles because that's what people are used to at the moment (I need to stop though lol). In my last side project, I built a note taking ...2 likes·487 readsReact
Ákos Kőművesakoskm.com·Dec 29, 2024React Router Vitest ExampleI'll show you how easy it is to get started with React Router 7, Vite 6, and Vitest 2. But first, do you know what’s common in React Router, Remix, and Vite? They are all key building blocks of modern React applications. React Router has been around ...vitest
David Willifordblog.davidwilliford.dev·Dec 26, 2024How to Implement HSTS into your Hydrogen ProjectHSTS is HTTPS Strict-Transport-Security. It enforces that only HTTPS is used across your web application, preventing unencrypted traffic being monitored and collected by unwanted entities. HSTS in Hydrogen It can be enabled in your Hydrogen app via r...Hydrogen Tutorials Hydrogen
Akash Jayanakashjayandev.hashnode.dev·Dec 17, 2024Understanding the Recursive Design Pattern in ReactThe recursive design pattern is a powerful concept in programming that can be particularly useful in React applications. This pattern allows components to call themselves, enabling the creation of complex structures like trees or nested lists. In thi...React
Logan LiffickforOuterbaseouterbase.com·Dec 16, 2024The future of working with data: RemixesCollaboration is a key pillar here at Outerbase. We believe anyone working with data should have the ability to do so in a way that’s become familiar to a wide array of disciplines in recent years: collaboratively. Enter: Remixes ✨ What are Remixes...Databases
Ihab Khattabihabkhattab.hashnode.dev·Dec 15, 2024What I Personally Love About Remix and React Router v7I’ve recently been diving deeper into Remix and the new React Router v7, and I have to say—I really enjoy how they approach web development. Unlike many frameworks that abstract away the web platform, Remix and React Router v7 embrace its fundamental...1 like·50 readsreact router v7