Hacker News new | ask | show | jobs
by frou_dh 1150 days ago
The equivalent of Next.js would be Deno + their "Fresh" web framework.

https://fresh.deno.dev/

My impression of Fresh is that it's neat technology but basically a barebones MVP at this stage. They haven't done much development on it since v1 last year, presumably because the team has been busy with other stuff like what's described in the article.

2 comments

Yeah I tried it out but it’s clearly just a demo and not at all production ready. Maybe they should be prioritizing some this as a killer app that would bring people over, or else achieving full compat with the industry incumbents.
It uses Preact other the hood which often has edge cases vs React and its ecosystem, which makes adoption harder.