September 2024
How Remix's Flat File-Based Routing Works
Wanna learn what is a file based touter and how it works ? Discover how Remix's team implemented it in their framework.
Wanna learn what is a file based touter and how it works ? Discover how Remix's team implemented it in their framework.
Remix is one of the major react meta framework and is based and focused on react-router. Because the last few years they worked so much in improving react-router (by themselves or in concert with the react team), most of their features got implemented directly and react-router. So much that it makes sense for them to just merge with react router so all the react community could profit from their work. Thanks to the remix team for all their implication, they definitely improved the way we are using react now.
Conform is a new form management library with Progressive enhancement first APIs, Type-safe field inference, Fine-grained subscription, Built-in accessibility helpers, and Automatic type coercion with Zod. It is compatible with Next / Remix as it supports server Actions. According to early feedback, this library is still experimental but seems quite promising.
3rd battle of this series of articles, this time between the 2 most popular meta frameworks based on React. Comparison on about ten points with the author's point of view (and of course some code)