Casey Ydenberg

Results 32 comments of Casey Ydenberg

You'll have to set up preact-compat to use React libraries ... you can give some of the approaches here a shot: https://github.com/denoland/fresh/discussions/432

A serverside error should result in rendering your _500.tsx template, if you have one. For clientside errors, I think one of the advantages of Fresh is that breaking one island...

> I want it to break the entire page. You could have your error boundary render a fixed position element that takes over the page. I'm not on the core...

The example without nesting is also broken, in that the third item starts closed and then immediately opens after load. I think the problem comes from using using a signal...

Please let me know if I can help, or if you have any suggestions for splitting up the work.

Sorry, by _plugin_ I mean "package that is meant to be used as a dependency on Fresh sites"

> Not possible and it's unlikely to happen. Right, so maybe that page should be "How do I use my favourite React library"? But this is even more reason to...

@harshasiddartha I'm not on the team so it's not up to me, but it's marked "Good First Issue" so I'd imagine you can. @brettchalupa and @mabasic might also have ideas...

I think it would be easier if you posted your repo (or a minimal reproduction) it would be easier. The thing about fonts is that the stylesheet has to in...

@eduardorangell I played around a bit. Deleted your direct imports of the font stylesheets, and put this block in your main `assets/styles.css`: ```css @layer base { @font-face { font-family: "Eight...