Ben Holmes

Results 105 comments of Ben Holmes

Closing since this is a legacy markdown issue. Try using the `Code` component in MDX for this use case!

This will be removed for the 1.0 canary! Stay tuned 😁

Update: this proposed API is _garbage!_ I think we'll allow shortcode access via hooks + helper components instead. Here's an rough view of my dream API we'll be investigating for...

Update: this PR is getting bumped to draft while we work on a prod build solution. In short, we plan to introduce a new `assets/` directory to easily scan transform-able...

Hi @Gospodin! Thanks for discovering this, since it's definitely _not_ intended behavior. We're overhauling all component and asset generation right now to pull from "official" `_assets` and `_islands` folders in...

@Gospodin well, there _is_ a build caching improvement I've been planning on as well. Mind sending me a sample repo to test against?

This is a really interesting callout rasco! I didn't know `renderToPipeableStream` supported suspense. Worth investigating during our 1.0 canary refactor 👍

@aidenybai Absolutely, feel free to jump in! I'd definitely suggest trying micromorph (linked above) and referencing [Astro's SPA pull request](https://github.com/withastro/astro/pull/2899). These could definitely inform our approach.

@visini I'll be writing a Swup x [Astro](https://astro.build/) guide in the next couple weeks! I have a feeling we'll have similar guidance for Slinkity. Once I confirm that's the case,...

Thanks for the suggestion redmagic! 100% agree on this one. I think we'll refactor all of our renders to be function-based so you can easily pass custom config 🙏