Kofi
@deno/emit's transpile with JSR
Do I miss something or @deno/emit don't work with JSR? I am trying to do JSX DOM Client Component, hono/jsx/dom, not just hono/jsx which is SSR.
I'm also surprise this emit package is not in @std but in a strange @deno, its legit?
server.tsx
client.tsx
Termial output
deno.json
I need this deno compilerOptions for my hono/jsx SSR config
14 replies
Minimal code for Preact SSR
What's the actual code to do some Preact SSR with Deno?
For example something simple like a counter that is incremented by 1 each seconds.
Ideally something that could run on a Deno Deploy Playground without any
deno.json
7 replies
What is the best database service to plug into your application hosted on Deno Deploy?
Deno Deploy is hosted on Google Cloud, but I was wondering: is a database service from another company, but also hosted on Google Cloud, would result in a good latency that resolve inside the same region datacenter, or will it fatally get out in the internet and induce terrible latency?
What about a database service hosted on AWS then?
Is anybody have numbers to share?
11 replies