# Good to know
- To handle frontend layouts defined in TYPO3 backend (page->appearance) we use Nuxt.js Layouts (opens new window).
- To handle dynamic routes provided by API we use [Unknown Dynamic Nested Routes Pattern](Unknown Dynamic Nested Routes Pattern (opens new window).
- We provided additional support for backend layouts defined in TYPO3. Information about selected layout is returned by API to asyncData.
- To render content elements we prepared render component which renders dynamic content elements based on type (returned by API)
This is the Nuxt.js diagram describes view rendering (opens new window) filled by nuxt-typo3 components: