On File-System Routing Conventions
Published ....
Last modified ....
Share this post on BlueskySee discussion on Bluesky
Over the past few weeks (and really past few months) I've been tinkering with a few different ideas to building out a web application framework like Next.js, Remix, or others.
Through that experimentation - I've come to realize that file-system based routing conventions are actually pretty tricky to find the right balance between developer experience, ease to implement (from a framework perspective), and runtime performance.
Let's take a look at a few options:
- folder-as-route-segment[1]Jump to footnote