Fresh – Next-gen web framework
fresh.deno.dev
Fresh – Next-gen web framework
1–10 of 463 posts
Re: Fresh – Next-gen web framework
#2What is hydrating the client?
Re: Fresh – Next-gen web framework
#3What is hydrating the client?
It's filling in the initial data in a front end app after the logic is sent and built up on the client side.
Re: Fresh – Next-gen web framework
#4What is hydrating the client?
[deleted]
Re: Fresh – Next-gen web framework
#5Looks nice. A lot of ideas shared with remix but native to deno. Will def check it out when it’s production ready. Also, beautifully juicy hero animation.
Re: Fresh – Next-gen web framework
#6Excited about this!
Docs should include obvious link to github repo: https://github.com/lucacasonato/fresh (edit: it's already in the footer)
Also, deno/x needs an update: https://deno.land/x/deno_fresh
Re: Fresh – Next-gen web framework
#7What is hydrating the client?
> Island based client hydration for maximum interactivity.
This honestly reads like satire. It sounds like something on the sarcastic VanillaJS homepage.
This gibberish being the second bullet point in a list of core features is a huge turn off. I know it’s tongue in cheek, but still
Re: Fresh – Next-gen web framework
#8Ryan Dahl is at it again?
Re: Fresh – Next-gen web framework
#9I 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?
Re: Fresh – Next-gen web framework
#10Why use '$' as the package namespace prefix/identifier instead of the already agreed upon convention of '@'? E.g. '@fresh/{package}' vs '$fresh/{package}'.
Seems like a departure from the norm for no reason unless there's some Deno particularity about it.