Tagged articles
11 articles
Page 1 of 1
Ctrip Technology
Ctrip Technology
Dec 12, 2024 · Frontend Development

Upgrading Remix from 1.0 to 2.0: Solving Vite DynamicImport Preload Issues and Custom Optimizations

This article details the Ctrip Travel front‑end team's experience upgrading their framework from Remix 1.0 to Remix 2.0, focusing on Vite's DynamicImport optimization that caused 404 resource loads, and explains the mechanisms, code transformations, and custom fixes they implemented to ensure proper modulepreload and CDN host injection.

DynamicImportModulePreloadRemix
0 likes · 34 min read
Upgrading Remix from 1.0 to 2.0: Solving Vite DynamicImport Preload Issues and Custom Optimizations
IT Services Circle
IT Services Circle
May 19, 2024 · Frontend Development

Highlights from React Conf 2024: React 19 New Features, React Compiler, and Remix Integration

React Conf 2024 showcased the upcoming React 19 beta with new Actions hooks, server components, ref-as-prop, metadata support, resource preloading, and the experimental React Compiler, while also announcing the merger of Remix into React Router v7, offering developers a comprehensive overview of the latest frontend innovations.

ReactReact 19React Compiler
0 likes · 8 min read
Highlights from React Conf 2024: React 19 New Features, React Compiler, and Remix Integration
Sohu Tech Products
Sohu Tech Products
Oct 25, 2023 · Frontend Development

Using Vite with Remix: Installation, Configuration, and Feature Guide

This guide explains how to add the experimental Vite bundler to a Remix project—installing Vite, creating a vite.config.ts with the Remix plugin, configuring TypeScript, path aliases, CSS imports, Tailwind, vanilla‑extract, MDX, and noting differences such as LiveReload placement, Fast Refresh constraints, and current feature support across environments.

ConfigurationJavaScriptMDX
0 likes · 16 min read
Using Vite with Remix: Installation, Configuration, and Feature Guide
Taobao Frontend Technology
Taobao Frontend Technology
Nov 29, 2021 · Frontend Development

Vercel’s $150M Funding, Remix Open‑Source, and Key Front‑End Tools Explained

From Vercel’s $150 million Series D round cementing its role as a leading web‑dev platform, to Remix’s open‑source launch as a strong Next.js competitor, plus a practical guide to using the concurrently CLI for parallel Node processes and an introduction to TypeScript’s never type, this roundup covers the latest front‑end developments.

ConcurrentlyRemixVercel
0 likes · 4 min read
Vercel’s $150M Funding, Remix Open‑Source, and Key Front‑End Tools Explained
Senior Brother's Insights
Senior Brother's Insights
Aug 29, 2018 · Blockchain

How to Connect Remix to a Private Ethereum Chain and Fix Common Errors

This guide walks through the step‑by‑step process of linking Remix to a local private Ethereum node, explains the typical "Not possible to connect to the Web3 provider" error, and provides two practical solutions—including adjusting the URL scheme and adding the --rpccorsdomain flag to the Geth startup command.

BlockchainEthereumPrivate Chain
0 likes · 4 min read
How to Connect Remix to a Private Ethereum Chain and Fix Common Errors
Senior Brother's Insights
Senior Brother's Insights
Jul 17, 2018 · Blockchain

How to Eliminate Common Solidity Compilation Warnings in Remix

This guide explains why Remix shows two typical Solidity compiler warnings—missing visibility and missing pure mutability—and demonstrates step‑by‑step code modifications that remove both warnings while clarifying function visibility and state‑mutability modifiers.

Blockchain DevelopmentCompilation WarningsRemix
0 likes · 5 min read
How to Eliminate Common Solidity Compilation Warnings in Remix