Live data from Hacker News

Fresh – Next-gen web framework

fresh.deno.dev

21–30 of 463 posts

Re: Fresh – Next-gen web framework

#27

Quoted post unavailable.

Early PHP and Ruby frameworks don't provide anything to help you write client side interactive code, so you are on your own there, and you have to bring your own tools to do this.

Yeah, I remember how I used to have my users manually dll inject a plugin into Internet Explorer so I could make the buttons go brrr.

I always wished there was something convenient, like an html tag that made it easier to add interactivity, but I never found it.

I can’t believe we got anything done back in those days.

Re: Fresh – Next-gen web framework

#30

  > "The framework uses Preact and JSX for rendering and templating on both the server and the client."
Really nice to see Preact used here, it's a much more rational choice than React if you were planning on using React anyways.

I set Next.js up to use Preact as the engine but it takes a bit of config work to do this and isn't an officially/OOTB supported feature.

Post reply on HN