DEV Community

Discussion on: Trying out Deno Fresh: new Fast Framework for Web

Collapse
 
tamusjroyce profile image
tamusjroyce

Fresh has been interesting. It was pretty easy to switch some things around.

I can now use html pages with handlebars syntax. Which some may think is the wrong way to code. But our business can support html + mail merge tags double { … double }.

I think fresh has a lot of potential. Remix is by far more mature. But you are right. Deno will support npm in the near future.

Astro is just a static site server-side renderer. From reading. I don’t think it will match remix & fresh ssr -> fully dynamic javascript hydration.

I do think svelte + fresh or remix would be awesome. Svelte is mainly a compiler. preact is a tiny bit of javascript (that comes into play after hydration in fresh/remix).

Great post!