Company
Date Published
Dec. 17, 2021
Author
Greg Brimble
Word count
761
Language
English
Hacker News points
None

Summary

Cloudflare has announced support for Remix applications on its full-stack platform, Cloudflare Pages. Remix is a new framework focused on fully utilizing web capabilities and emphasizing web fundamentals such as HTTP status codes, caching, and performance optimization. The integration with Cloudflare Workers allows developers to reuse knowledge gained from building apps in the browser while offering better performance due to native compatibility and proximity to users. Remix already tightly integrates with KV for session storage, and a Durable Objects integration is in progress. Deploying Remix applications on Cloudflare Pages involves running npx create-remix@latest, creating a repository on GitHub or GitLab, pushing the code, and selecting "Remix" from the framework presets dropdown.