I admire how @remix_run embraces convention over configuration (as...


I admire how @remix_run embraces convention over configuration (as popularized by Rails)

✅ Name your file, and get a route "for free"
✅ Export a func named "links" to declare head links

Opinions save time:
1. Fewer decisions
2. Less config code
3. Apps look & work similarly

View original on X