deno
https://fresh.deno.dev/
Create the empty new deno with Fresh project:
deno run -A -r https://fresh.deno.dev my-project
To update your project to the latest version of Fresh:
deno run -A -r https://fresh.deno.dev/update .
Set Title of Web Page
in routes/index.tsx:
import { Head } from "$fresh/runtime.ts";
<Head>
<title>Notekeeper</title>
</Head>
for later
https://deno-blog.com/Using_Preact_Signals_with_Fresh.2022-11-01
Creating a custom component in Fresh
The name of the component must start with an uppercase letter, otherwise you will get error
Property does not exist on type 'JSX.IntrinsicElements
https://stackoverflow.com/questions/37414304/typescript-complains-property-does-not-exist-on-type-jsx-intrinsicelements-whe
Category
git Usage
Single Board Computers
Follow Me