Do You Really Need React Query || An Architectural Overview

  Рет қаралды 2,898

tapaScript by Tapas Adhikary

tapaScript by Tapas Adhikary

Күн бұрын

Пікірлер: 37
@CodeInDraw
@CodeInDraw 3 ай бұрын
Brother U literally explained it amazingly, brother one request please keep going, stay motivated brother. I personally need this kinda informative session, and I wish I can see you daily or on consecutive days. But I want your videos brother ❤
@tapasadhikary
@tapasadhikary 3 ай бұрын
Hey, thank you! Yeah trying my best to keep doing… hoping the channel to grow as well 🙌❤️
@raihanchowdhury295
@raihanchowdhury295 3 ай бұрын
I have watched 10min of it . I appreciate your hard work! 🎉
@tapasadhikary
@tapasadhikary 3 ай бұрын
Thanks for watching… ❤️. What happened to the rest? 😃
@emilia1520
@emilia1520 2 ай бұрын
This was such a good video! Truly a gem! ❤
@tapasadhikary
@tapasadhikary 2 ай бұрын
Thank you!
@mahdirafi6537
@mahdirafi6537 3 ай бұрын
excellent explanations dada❤
@tapasadhikary
@tapasadhikary 3 ай бұрын
Thanks a ton ❤️
@mahdirafi6537
@mahdirafi6537 3 ай бұрын
@@tapasadhikary welcome dada
@anandagharami8957
@anandagharami8957 3 ай бұрын
Absolutely loved this video! from kolkata. The way you broke down the concepts was incredibly clear and insightful. I've been wondering about the necessity of using React Redux in my projects. Could you please make a video on 'Do You Really Need React Redux? .Keep up the fantastic work!
@tapasadhikary
@tapasadhikary 3 ай бұрын
@@anandagharami8957 thank you, and great suggestion
@luner_lynx
@luner_lynx 3 ай бұрын
Thanks for sharing knowledge.
@tapasadhikary
@tapasadhikary 3 ай бұрын
Most welcome
@rafeuddaraj
@rafeuddaraj 3 ай бұрын
dada, you have explained this "React Query" very well. I am also learning English by watching your videos. Tapas da you are really a good teacher take my love dada. If you have a request, you will discuss "Web Socket" in detail if you have time.
@tapasadhikary
@tapasadhikary 3 ай бұрын
So nice of you! Keep learning bro… I'm starting my Friday live on both English and Bangla… we will discuss a lot of cool topics there too ❤️
@rog0079
@rog0079 3 ай бұрын
great video! i have a question, lets say i have a nextjs app, for authentication i have created a server function getServerSession to fetch token from cookies & check validity, it is fine on the server, but what would be the best way to implement/pass auth token throughout client components? Context api, React query? What would be the best practice? Thanks!
@tapasadhikary
@tapasadhikary 3 ай бұрын
Context API. Why? Because of its availability at once and usage in places.. You might have the use cases of setting it back too, example logout.. So can take care in context itself. react-query I would use for pointed data and their usages only. Also, if you use providers from next-auth, it provides the session information to both client and server using APIs.
@sajjadmugdho662
@sajjadmugdho662 3 ай бұрын
This Video is gem for me.
@tapasadhikary
@tapasadhikary 3 ай бұрын
❤️❤️
@ronydas5474
@ronydas5474 3 ай бұрын
Great
@arijitdas31
@arijitdas31 3 ай бұрын
Dada can you make an updated react playlist or atleast make a video highlighting which topics are still relevant and which have become redundant due to react 19 and react compiler
@tapasadhikary
@tapasadhikary 3 ай бұрын
@@arijitdas31 actually all the core concepts in the react playlist will still be relevant in react 19, a few things like ref, context api will have major changes, but to understand them you need to know the background and that's where existing lessons will come in handy. I am making a video on React 19(the first video of the React 19 series) where I shall mention about it. That video will come the end of this week.
@arijitdas31
@arijitdas31 3 ай бұрын
@@tapasadhikary Thank you so much dada, love your videos
@CodeInDraw
@CodeInDraw 3 ай бұрын
One doubt, where i can store token in client (next js) and what is the bestest way to send token from server (node js) like i was looking like if my token is also not exposed to users it will be helpful for me to do things and protect my authenticated data from user so that if a user is developer also cannot misuse the token. Anyways like i wanna know your preference if you wanna do authentication with webapps with next and node ao which method u will choose and why ?
@ayush_code9849
@ayush_code9849 3 ай бұрын
I store token in httpOnly cookies and use server actions to call the external apis and there I can access my token.
@tapasadhikary
@tapasadhikary 3 ай бұрын
@CodeInDraw first of all, thanks for joining as a member.. I appreciate it! This is an excellent question. There are plenty of ways we handle tokens on the client side. To be honest, there is no solution that is completely secured at the client side. Let me explain: You can store the tokens in the following places at the client side: - Local Storage - Session Storage - IndexedDB - Cookies - In Memory The kind of web security attacks that your application may encounter are: - XSS - CSRF - Stealing Token With Local Storage, Session Storage, and IndexedDB: you need to guard against XSS and Token Stealing With Cookies, you can safeguard from XSS by making the cookies as httpOnly, can excrypt the token to safeguard from the stealing token. Also, if you use sameSite cookie, the CSRF also can be mitigated. Hence, cookies seem to be still a better solution to me considering: - You do not have any cookie length issue - Your cookies are httpOnly - You have sameSite cookie - You have additional layers of XSS prevention at the application level. Long answer.. but that's my take. I hope it was helpful.
@CodeInDraw
@CodeInDraw 3 ай бұрын
@@tapasadhikary That's really helpful brother. Thank you so much. I really love to support the creator like you brother 💟. I request please keep going and i will definitely be there to support you and your content. Thankyou ao much ❤️
@tapasadhikary
@tapasadhikary 3 ай бұрын
@@CodeInDraw Thanks a lot...I will contrinue giving my best!
@metakulnft
@metakulnft 3 ай бұрын
Video on service worker PWA
@ArunKumar-ft5nd
@ArunKumar-ft5nd 3 ай бұрын
Hi Tapas how can I join in reactplay meet ups
@tapasadhikary
@tapasadhikary 3 ай бұрын
You can just RSVP and come over.. Also CFP details are here if you are interested in speaking on any web dev topics Join me at ReactPlay Bangalore Meetup - August 3, 2024 meetu.ps/e/Nk3Dn/pxlX2/i
@imkir4n
@imkir4n 3 ай бұрын
Good video brother.
@tapasadhikary
@tapasadhikary 3 ай бұрын
Thanks a lot.
@शुभमकुंवर-न4त
@शुभमकुंवर-न4त 3 ай бұрын
Video on sevice worker PWA
@metakulnft
@metakulnft 3 ай бұрын
Video on service worker PWA
@शुभमकुंवर-न4त
@शुभमकुंवर-न4त 3 ай бұрын
Video on service worker PWA
@शुभमकुंवर-न4त
@शुभमकुंवर-न4त 3 ай бұрын
Video on service worker PWA
React 19 Features: Everything You Need To Know
45:55
tapaScript by Tapas Adhikary
Рет қаралды 3,1 М.
Refresh Token Rotation With Next-Auth V5 || Managing Tokens With A Custom Backend
48:28
tapaScript by Tapas Adhikary
Рет қаралды 7 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 16 МЛН
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 19 МЛН
ПРЯМОЙ ЭФИР. Золотой мяч France Football 2024
4:41:06
Каха и лужа  #непосредственнокаха
00:15
How to Get a Developer Job - Even in This Economy [Full Course]
3:59:46
freeCodeCamp.org
Рет қаралды 3 МЛН
TanStack React Query v5  Full CRUD Tutorial in 40 Minutes
40:11
Huy Nguyen USA
Рет қаралды 8 М.
Belajar React Native
35:37
Wagi Artono
Рет қаралды 6
API integration Course - Modern Python with FastAPI
3:49:36
freeCodeCamp.org
Рет қаралды 217 М.
React Compiler: The Complete Deep Dive || React 19 Videos
36:42
tapaScript by Tapas Adhikary
Рет қаралды 3,7 М.
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 67 М.
Rails World 2024 Opening Keynote - David Heinemeier Hansson
1:05:46
Ruby on Rails
Рет қаралды 107 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 16 МЛН