denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.15k stars 619 forks source link

www: document colocation of route groups #2413

Closed kerimhudson closed 4 months ago

kerimhudson commented 4 months ago

This adds in the information regarding co-location of islands and components from this blog post into the main documentation.

A lot of the text is pulled directly from the blog post, but I'm happy to edit it if need be.

Closes #2305