Yuvraj Singhtechwithyuvi.hashnode.dev·14 hours agoSwitching 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 ...61 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·47 readsreact router v7
Eduardo Rabelooieduardorabelo.hashnode.dev·Dec 14, 2024Por que eu não uso bibliotecas de gerenciamento de estado no ReactOriginal source in English by Fabrizio BeccaceciWhy i no longer use a React state management libraryhttps://medium.com/@ipla/why-i-no-longer-use-a-react-state-management-library-7bdffae54600 Quando comecei a aprender React anos atrás, havia duas coi...React
NITYOM TIKHEnityomrr.hashnode.dev·Nov 30, 2024Understanding REMIX: The Future of Web DevelopmentThe world of web development has seen constant evolution, with new frameworks and tools emerging to improve efficiency, enhance user experience, and reduce the complexity of building modern web applications. One such tool that has been gaining tracti...Remix