#software-engineering/remix ## What is it? ## How to use it? If a route doesn't export a default component, it can be used as a Resource Route. If called with `GET`, the loader's response is returned and none of the parent route loaders are called either (because those are needed for the UI, but this is not the UI). If called with `POST`, the action's response is called. see [resource route](https://remix.run/docs/en/main/guides/resource-routes#:~:text=If%20a%20route,response%20is%20called.) The roadmap for Remix ❤️ [Board · Roadmap (github.com)](https://github.com/orgs/remix-run/projects/5/views/1) ## Best practice 1. one page should only have one layout ## Alternatives and comparisons 1. remix has no SSG: https://github.com/remix-run/remix/discussions/6735#discussioncomment-6362218 > [!info] read more: [[remix all in one]]