Fresh is a new full stack web framework for Deno
1–10 of 249 posts
Re: Fresh is a new full stack web framework for Deno
#2Re: Fresh is a new full stack web framework for Deno
#3Correct me if I am wrong, but this is basically server-side rendering with a smart system to re-render some component ("island") on the client ?
Re: Fresh is a new full stack web framework for Deno
#4Re: Fresh is a new full stack web framework for Deno
#5Re: Fresh is a new full stack web framework for Deno
#6I really like the idea of Deno and Fresh's philosophy also resonates with me (I'm a Rails guy). I would like to see an integrated ORM (can be an existing one) and testing framework though, before I would consider it a "full-stack" web framework.
Re: Fresh is a new full stack web framework for Deno
#7Quoted post unavailable.
Re: Fresh is a new full stack web framework for Deno
#8server-side rendering for each request in V8 might be more expensive to host than client side rendering in V8?
for a properly-chunked app, hopefully most requests for the larger vendor bundles are cached/JITed, and each request doesnt actually download much extra JS.
there are also many frameworks faster than React (Solid, Marko, etc)
Re: Fresh is a new full stack web framework for Deno
#9I really like the idea of Deno and Fresh's philosophy also resonates with me (I'm a Rails guy). I would like to see an integrated ORM (can be an existing one) and testing framework though, before I would consider it a "full-stack" web framework.
1. first class styling plugins
2. synchronized island state
3. built in data persistence
Re: Fresh is a new full stack web framework for Deno
#10Quoted post unavailable.
I would assume the idea is that this is native to the deno runtime whereas some other frameworks like NextJS and Remix are "node native?"
edit: whoa whats with these downvotes? and im being accused of being a troll for asking a legitimate question? I am trying to evaluate this and my comments are being flagged for no reason Dang
This is the second or third time just asking innocent questions on a YC linked company resulted in mass downvotes and flagging.