TanStack Router: Query Parameters & Validation

Опубликовано: 05 Март 2024
на канале: Dev Leonardo
4,109
66

Exploring TanStack Router on a React project to learn the core features of this new typesafe router, together.

Today we'll see how query parameters (or search params) can be validated, safely associated with a type, and how this can actually become a state manager you can share with the URL.

Source code: https://github.com/Balastrong/tanstac...
_______________________________
Hit like and subscribe for more content! :D

Beginner-Friendly Open Source Projects: https://github.com/DevLeonardoCommunity
Join the Discord community! Here's the invite:   / discord  

You can also follow me on the other platforms:
Twitter:   / balastrong  
dev.to: https://dev.to/balastrong
Home: https://leonardomontini.dev/
TikTok:   / balastrong  
GitHub: https://github.com/Balastrong
Instagram:   / devbalastrong  
_______________________________
TIMESTAMPS

00:00 Preview
00:25 Define the parameters
02:22 Read the parameters
04:40 Validation (zod/valibot)
06:18 Params as state manager
09:19 Next: Authenticated routes