ethanniser / next-typesafe-url

Fully typesafe, JSON serializable, and zod validated URL search params, dynamic route params, and routing for NextJS.
https://next-typesafe-url.dev
MIT License
362 stars 16 forks source link

Update routing description on groundwork.md #79

Closed AntwanSherif closed 7 months ago

AntwanSherif commented 7 months ago

Overview

Hi, I like the package and I'm currently looking into it.

When I came to the Groundwork page in the Docs, I noticed that under the routing description you used the word "either" but you only talked about using the <Link /> component. I thought maybe you forgot to mention the imperative routing as well.

What changed

Added description for imperative routing for the app router and pages router

Resources

ethanniser commented 7 months ago

ha good find

thanks for the fix