Great tutorial. So user friendly and the intellisense is magical
@zachfenton6083 күн бұрын
Mutto Obrigado mano, this was a fantastic tutorial, got me back to coding after a 7 month pause.
@PedroTechnologies2 күн бұрын
Awesome to hear! Glad to hear you are back to coding :)
@ayushshende429018 күн бұрын
Next video using multiple tanstack tools together, like tanstack router, query and maybe even forms in a vite-react project. Thanks!
@PedroTechnologies18 күн бұрын
I want to make a full TanStack course
@BilalMulugeta-k6e17 күн бұрын
@@PedroTechnologies that would be very helpful and ur explanation is very clear
@mrstrangeUser15 күн бұрын
@@PedroTechnologies I'm waiting 😢
@DiogoScarmagnani13 күн бұрын
24:00 You can also use the Route const you already declare in the same file and then write `const data = Route.useLoaderData()` without specify the route (because it's from current Route const).
@jonathanbergamo747218 күн бұрын
Hey Pedro, nice vídeo! do you heard about tanstack start?
@kshitijtakarkhede783318 күн бұрын
Hey pedro can you make video about react leaflet , mapbox etc like things 😊
@preyah285718 күн бұрын
Thank You , We need a tutorial for an advanced JWT authentication and authorization with access and refresh tokens management and best practices
@nk-me2nw19 күн бұрын
thanks, please show authenticated routs next
@oussamahkabalan644818 күн бұрын
Do you encourage using typescript or JavaScript is alright?
@PedroTechnologies18 күн бұрын
TypeScript, the only reason why i use JS in my vids is if its for beginners
@AlexSmith-ms9xb15 күн бұрын
Great tutorial! Can you make another one and explain how to integrate Tanstack React Router with Tanstack React Query? Pretty please! :D
@gabrielstiffler148819 күн бұрын
Hi Pedro. I will be honest with you, I am here just to see if I can maybe get ya to help with an issue and maybe a video ideea. I started react back when you made your first react tutorial, which was amazing. Now I had to go back to react after a long break working with Blazor and vuejs and I have a weird issue. Other than tailwind, I tried MUI, Grommit and a few other component libraries and to me, those are absolutelly awefull, compared to what I worked with in Blazor and vuejs. Everywhere I look MUI is supposed to be the best, but the code-part of it looks awefull, on grommit I wanted to throw the monitor down the window.. and some of those have such a weird documentation. This is in my opinion crazy, the way the documentation is created on most. Honestly mui seems that after a learning curve it would be manageable, but for a begginer it looks so weird and unnapealing. What about make a tutorial for your react component library of choice, or one that would be good for beginners
@azacdev18 күн бұрын
Why don't you try shacn
@AlejandroRL86817 күн бұрын
bro, al final nunca le salio la pista en español
@PedroTechnologies17 күн бұрын
Lo siento hermano, el doblaje automático todavía está atascado en la publicación. ¡Responderé a este comentario cuando esté listo!
@gildemarbarros913418 күн бұрын
Mano, pode fazer um tutoras de react query com suspense?
@IkramHussain-dev18 күн бұрын
sir please make a video about tanstack start
@mujibulhaquetanim18 күн бұрын
just asking: why do you want to use it in the first place?
@PedroTechnologies18 күн бұрын
Its very new 😬 Haven't used it yet!
@electroheadfx19 күн бұрын
if you have a bunch of loaders in a real app how you do that ?
@PedroTechnologies19 күн бұрын
You can have multiple loaders in one url!
@electroheadfx18 күн бұрын
@@PedroTechnologies amazing
@AlejandroRL86819 күн бұрын
bro, ponle el multiple idioma, que pueda hablar en espalo los videos, como el video pasado!
@PedroTechnologies19 күн бұрын
Es automático, tarda un par de horas en generar el audio
@aleksandarstanisic184819 күн бұрын
Ty😂
@MrEnsiferum7719 күн бұрын
Both solutions RR7 and TSR are terrible when u migrate from dead spa routing....
@irfansaeedkhan724219 күн бұрын
nice
@dhanarajccs19 күн бұрын
Hi @pedro npm i react-query vs npm i @tanstack-react-query Both are same ?
@Vicky2000p19 күн бұрын
Yes tanstack and react query are same..
@michaelvogt39605 күн бұрын
npm i @tanstack/react-router not @tanstack/router - Am I the only one trying it out? @tanstack/router is the scaffolding. Even in your example the scaffolding of router files will not work. You created the initial project with npm create @tanstack/router@latest.