Our job as framework authors is to strike a balance b/w prescribing a solution and scaling a solution from small apps to large apps.
We should only strongly prescribe when:
- There's already a clear winner (TypeScript)
- when the whole team believes should be the one obvious way to do something
import { route } from "remix"
/*