Тёмный
Cosden Solutions
Cosden Solutions
Cosden Solutions
Подписаться
The best React content on RU-vid! 🤙
HOC Pattern in React
20:51
21 день назад
Can You Modify React Props?
11:40
Месяц назад
Combining Zustand with React Query
20:24
Месяц назад
Storybook with React (Complete Tutorial)
36:45
2 месяца назад
I Tried a New Pattern in React
15:06
3 месяца назад
React i18next (Complete Tutorial)
31:11
3 месяца назад
I Built a Game with React (Code Review)
23:46
4 месяца назад
How I Write Clean Code in React
16:36
4 месяца назад
The Weirdest Pattern in React
10:12
5 месяцев назад
React Email with Resend (Complete Tutorial)
24:16
5 месяцев назад
You Are Using useEffect Wrong
14:40
5 месяцев назад
Server Components in React (Simple Tutorial)
25:27
5 месяцев назад
Комментарии
@Endrit719
@Endrit719 20 часов назад
The Most ̶I̶m̶p̶o̶r̶t̶a̶n̶t̶ ̶D̶e̶s̶i̶g̶n̶ ̶P̶a̶t̶t̶e̶r̶n̶ ̶i̶n̶ ̶R̶e̶a̶c̶t̶ Clickbait Title Ever
@Its_ur_amy
@Its_ur_amy 22 часа назад
What a waste of time
@thepianist7379
@thepianist7379 День назад
useState, useEffect, and useRef: SER
@hooooman.
@hooooman. День назад
This makes me wonder how, say a global state management like useContext, which will be used as a wrapper, and it state change reflecting in the children. As per the video, the children shouldn't rerender right when such a state change?🤔
@MarlenaRavenel-o4y
@MarlenaRavenel-o4y День назад
Raina Ford
@hikari1690
@hikari1690 День назад
What if expensive component also uses the counter as well as other props?
@langqin
@langqin День назад
Hi, what if I had a different domain for backend?
@jacobwwarner
@jacobwwarner День назад
Yeah. I think a query library integrated with Reduz would be helpful, but now i need to watch something else to get a better understanding of the differences between RTK Query and React Query.
@castush
@castush День назад
Thank you so much for this video. It is well explained. Could you please help us understand sever-side pagination using url params, tanstack, shadcn/ui table
@JesusBerks-lq5ul
@JesusBerks-lq5ul День назад
May I know your Visual Studio Code theme?
@acm.marques
@acm.marques День назад
great! explanation about it
@acm.marques
@acm.marques День назад
excellent explanation
@acm.marques
@acm.marques День назад
great!! video man
День назад
oh my,… i wish i knew this sooner. i was too scared of redux.
День назад
so… the createPostMutation does not have to be awaited ?
@gauravraj8728
@gauravraj8728 День назад
Great video! However, instead of managing the filters using client state, I suggest using URL parameters. This approach helps in sharing URLs with specific filter settings, making it easier for users to bookmark or share filtered views.
@ariyoujahan9662
@ariyoujahan9662 День назад
Wow, amazing. Truly astonishing. It answered all my questions. Thank you Cosden
@paurushsinha2948
@paurushsinha2948 День назад
looks faster than windows
@r13aero
@r13aero День назад
years with react i did not know this lol
@nr7343
@nr7343 День назад
I don't understand why we need these strange things.. why he releases a function for us and we don't create it... const myfn=postSlice.endpoints.getPosts
@flashbyte
@flashbyte День назад
Please make a detailed video on lucia-auth with next js app router
@RikiBryan1
@RikiBryan1 День назад
Top tier contents! 👍
@Remirured
@Remirured 2 дня назад
Thank you alot. I used to code with Angular and had to learn the redux equivalent. I watched a few videos but all of them are really bad. This video explained it so simple
@erfling1
@erfling1 2 дня назад
Why not use a children prop? Also, use a generic for the array, although it probably doesn't matter if the parent component doesn't do anything but map. Still, at least use an interface so you know your keys don't throw an error.
@CyberGenius777
@CyberGenius777 2 дня назад
You actually said nothing about most valueable thing in Redux toolkit. About cache manipulating. And it's not about tags
@lamhung4899
@lamhung4899 2 дня назад
What do you expect from a RU-vidr 😅?
@RaymondLively-r9d
@RaymondLively-r9d 2 дня назад
Padberg Club
@ib6435
@ib6435 2 дня назад
Your links are broken
@shindigira
@shindigira 2 дня назад
RenderProps is so outdated. It is better to use container and separate components
@alexanderkrysiuk590
@alexanderkrysiuk590 2 дня назад
Thank You so much! I speeded 3 days trying to figure out how to do ir properly. This explanation is great!
@Bravin_Joshua
@Bravin_Joshua 2 дня назад
Gap works with grid too if you don't wanna flex col stuff
@MosesZhao-sp9pg
@MosesZhao-sp9pg 2 дня назад
Great Video! But I do want to ask what should we do if need to fetch the data that we got with react query globally? Thank!
@iga9110
@iga9110 2 дня назад
Top 1 most popular Kimi's quotes. I like it
@zincir_ai
@zincir_ai 2 дня назад
react is too fragile
@amirjamshidi5027
@amirjamshidi5027 2 дня назад
Thanks ❤
@irfansaeedkhan7242
@irfansaeedkhan7242 2 дня назад
good explanation but it would be much better if there is practical example used for it, like cart or todolist etc
@arijitroy9927
@arijitroy9927 2 дня назад
I started learning react last year. started with NextJs 13 with page router, RTK for api handling and state management, PrimeReact for ui lib (its pretty awesome), formik & yup for forms... I don't know should I go for vite, zustand, react query, react hook form, zod, shadcn way or not ??
@geenius6994
@geenius6994 2 дня назад
Those are completely different things. - Vite is essentially the way to create SPA apps in React, when you don't need Next & SSR. - Zustand is essentialy the same thing as redux, but much simpler and easier to use. I'd recommend it, but RTK is also very common and can handle pretty much any task. - React Query generally is better than RTK Query, cuz it's less complicated, but if you already use RTK, is would make sense to use RTK Query as well. So => RTK + RTK Query OR React Query/Zustand, based on what you like more or have more experience with, - Formik & Yup & RHK & Zod are also your personal choice, doesn't really matter, all solve the same problems. - Shadcdn is just a component library - if you like it and it's enough to solve a problem - go for it!
@arijitroy9927
@arijitroy9927 День назад
@@geenius6994 thanks, I know & I have done works with vite, tanstack router with rtk & rtkq, also, does zustand & tanstack query has all the features of rtk & rtkq & yet simpler ? & is rhk simpler than formik ? (I dont want server side drama pages router for nextjs works great for me & easy to understand & use) cause I don't want anything complex in my codebase, React is already complex. now when react 19 will come we will be doing react once again in a different way. Suddenly PHP & Laravel seems far far better for creating web pages & web apps.
@kinggrey2511
@kinggrey2511 2 дня назад
Small question for things like pagination will we pass the same way as limit and off you passed and then spread rhe data ? Also i have also seen useLazyGetAllMovies basics lazy in front of the same thing what does it do
@geenius6994
@geenius6994 2 дня назад
1) yes, but pagination usually becomes more complicated than that (if you have some additional logic). 2) as far as i remember lazy query works the same as mutation, it gives you the function that you can manually trigger by calling it, while simple useQuery works immediately.
@elpresente4596
@elpresente4596 2 дня назад
🎉🎉🎉
@abdulmufeed6077
@abdulmufeed6077 2 дня назад
@shyamgupta9905
@shyamgupta9905 2 дня назад
How we can handle caching
@ofekbensimhon2303
@ofekbensimhon2303 2 дня назад
damn I am actually first
@jnnk-hb
@jnnk-hb 2 дня назад
What you explained should be the basics even for juniors. Also your title is misleading. What you explained has nothing to do with design patterns.
@kiria-froot
@kiria-froot 2 дня назад
Hello Cosdem, what extension do you use so that the text itself is substituted according to the template? 4:39
@appwala3728
@appwala3728 2 дня назад
Thank you boss. Recently I have use it.
@VincentDECAUX
@VincentDECAUX 2 дня назад
It's not really about React, but any language.
@tomasburian6550
@tomasburian6550 2 дня назад
What if I have components like select?
@prasidgaming5039
@prasidgaming5039 2 дня назад
He is from Nepal i am so happy
@PriyankBolia
@PriyankBolia 2 дня назад
What is API variable, is there a github repo for this.
@stevebuonincontri6853
@stevebuonincontri6853 3 дня назад
Thanks for the video - was great - which pattern would you use to switch a theme in react?
@josegamarra3532
@josegamarra3532 3 дня назад
This is just CSS, learn css guys
3 дня назад
Thank you for the great video. Also, can you share the theme and ide settings you used? If you have shared it before and I missed it, please excuse me.