Live data from Hacker News

Fresh – Next-gen web framework

fresh.deno.dev

11–20 of 463 posts

Re: Fresh – Next-gen web framework

#12
Ooh, some competition for Next.js?

Vercel is doing a really good job with Next, but it's good to see some competition. Of course, that means there's now 65,535 + 1 more way of serving a web page using Javascript (sigh).

Rehydration is a really big deal. Sounds dorky but it dramatically speeds up load times and such by serving flat HTML and injecting JS afterward, like the old days, except you can write code like it's not the old days.

Re: Fresh – Next-gen web framework

#13
Very similar to sveltekit as well. I hope in the future you can swap out the preact for svelte.

The deno runtime is very interesting.

Most intriguing: no build step. That's a big difference from sveltekit which takes very readable input files and produces hardly readable files.

Re: Fresh – Next-gen web framework

#17

I don't fully understand the difference between this (and something like Remix, which seems similar) and other frameworks like Next.js (React) and Nuxt.js (Vue). Can someone explain a bit about the differences, and pros/cons to each?

Deno vs Node appears to be one of them.
Post reply on HN