How to create a module page (Jsx, Tsx, Mdx)?
A module page is a page created from a Jsx, Tsx, Mdx file.
Syntax
- Jsx, Tsx pages are called programmatic page
- while mdx is a mix of programmatic and declarative Markdown syntax
Example
Jsx
With a frontmatter that set the layout to landing
Typescript tsx
With a frontmatter that set the page title to My page
Properties
They:
- allows import and export
- allows a frontmatter
- are added to the final bundle