Ben Holmes

Results 103 comments of Ben Holmes

Update: we're now working on an official feature in Astro core to address simple-stack-stream's use case! We're calling this "server islands," and [you can take part in the RFC conversation](https://github.com/withastro/roadmap/pull/963)....

@gitjoshu Ah ha, that's a good catch. I'm actually building a library to address exactly this 😅 I understand that Astro will bundle scripts ahead of fetching the HTML. A...

Hey @sviridoff! This is an excellent question, and it's the one piece I struggled to pull off in my minimal example here. Crawling the React Flight test fixture in React...

Hi @dumbokitty! Sorry you're hitting this issue. My environment setup is the following: - MacOS 13.3.1 - npm 9.5.1 - node 18.16.0 Just cloned and installed with `npm` to verify...

Update: I just noticed the npm package lock was out of date. Pushed a fix for that!

Bumping this! It would simplify a few corners of [Astro's internals](https://github.com/withastro/astro).

I confirmed this issue occurs with the `--bun` flag, but goes away when running `bun run dev`. I'm not super familiar with the difference, but it sounds like bun switches...

Update: we've found this issue is _actually_ related to `request.clone()` dropping the response body. We see this is being tracked separately by Bun: https://github.com/oven-sh/bun/issues/6348 Should be safe to close this...

Thanks for the thorough overview @janopae. I'm early on my SPA journey with SvelteKit, and you point out some gotchas I have yet to hit. I personally didn't reach for...

@ghostdevv Appreciate the thorough response here! > I do agree that SvelteKit importing / evaluating +page.ts files on the "server" when SSR is disabled is annoying. Yeah that's all I'm...