Fresh – Deno

0 min read


Alright guys.. hari ini mau sharing aja sih tentang Framework baru rilis dari DenoJS.. Jadi ini namanya Fresh.

Fresh is a next generation web framework, built for speed, reliability, and simplicity. Some stand out features:

– Just-in-time rendering on the edge.

Island based client hydration for maximum interactivity.

Zero runtime overhead: no JS is shipped to the client by default.

No build step.

No configuration necessary.

TypeScript support out of the box.

File-system routing à la Next.js

untuk menggunakannya cukup kamu harus sudah menginstall Deno CLI versi 1.23.0 keatas.. dan untuk menjalankannya dapat menggunakan command berikut :

deno run -A -r https://fresh.deno.dev my-app
deno task start

dokumentasi lengkap ada disini ya … cyaaa …

Bima Sena

Leave a Reply

Your email address will not be published. Required fields are marked *