Module
x/fastro/docs/tsx-component.md
Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
https://fastro.deno.dev/fastro.png previous: static next: fn-component
title: “TSX Component” description: How to setup a page with TSX image:This component will not build JS script. It just render the HTML.
export const hello = <h1>Hello</h1>;