Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/docs/tsx-component.md

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
File

title: “TSX Component” description: How to setup a page with TSX image: https://fastro.deno.dev/fastro.png previous: static next: fn-component

This component will not build JS script. It just render the HTML.

export const hello = <h1>Hello</h1>;