Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Waku router under the hood and add guides to website #1311

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tylersayshi
Copy link
Member

This is an idea for a router post. I am happy to reword, restructure or whatever.

It was helpful for me to organize my thoughts to look a bit closer at what is loaded when on each route, so I think a post to talk through some of this has some value.

Excited to hear what y'all think :)

This is an idea for a router post. I am happy to reword, restructure
or whatever.

It was helpful for me to organize my thoughts to look a bit
closer at what is loaded when on each route, so I think a
post to talk through some of this has some value.

Excited to hear what y'all think :)
Copy link

vercel bot commented Mar 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
waku ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2025 4:59am

@tylersayshi tylersayshi changed the title docs: Waku router under the hood docs: Waku router under the hood and add guides to website Mar 18, 2025
@tylersayshi tylersayshi marked this pull request as ready for review March 19, 2025 04:59

When routing around a waku app, you may notice some surprisingly quick navigation speeds. This was my experience while starting development at least. Let's walk through the basic mechanics of the router to get a better shared understanding of how it works and maybe even how to speed things up even further 🚀.

## Power of Client-Side Cacheing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit: I think the proper spelling is Caching (without the e)

Suggested change
## Power of Client-Side Cacheing
## Power of Client-Side Caching


## Why is This Cool?

None of this is specific to RSC, nor is it unique to Waku as a framework. However, the ergonomics of `prefetch` paired with the power of the client cacheing static RSC are quite nice features that will not be the default experience everywhere.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
None of this is specific to RSC, nor is it unique to Waku as a framework. However, the ergonomics of `prefetch` paired with the power of the client cacheing static RSC are quite nice features that will not be the default experience everywhere.
None of this is specific to RSC, nor is it unique to Waku as a framework. However, the ergonomics of `prefetch` paired with the power of the client caching static RSC are quite nice features that will not be the default experience everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants