Redux and NextJS 13 Tutorial | Redux Toolkit Tutorial With Next 13

preview_player
Показать описание


Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

NEXT13 REDUX TIMESTAMPS
00:00 | Intro
02:00 | Project Setup
04:09 | Installing Redux
04:19 | What is Redux Toolkit?
05:57 | Creating a Redux Store
07:32 | Creating Reducers
07:42 | Creating the Auth Slice
18:20 | Creating the Provider
24:42 | Using Selectors

#nextjs #redux
Рекомендации по теме
Комментарии
Автор

I spent the entire day working with Redux in my company's React project. I was feeling a bit confused about how to set it up in my current Next.js 13 project, but then I stumbled upon this helpful video. It was a pleasant surprise! 😊

shahidshafi
Автор

I'm a full stack web developer, I learned redux from documentation itself It might be confused when you learn it from there. But this video save you a lot of time, and explains redux pretty simple and cool, good job!!

giwargis
Автор

the content is clear and well explained. thank you

hakanayhan
Автор

I took a challenge that I will be creating e-commerce website from scratch with out knowing much about website development. I saw this video and was able to build a mockup in a day. Thanks bro

SEMDOCTORS
Автор

I read bunch of articles and watched a lot of videos this is the simplest and most structured video to use redux wit nextjs I really recomment it Thank you !!

flaksparkle
Автор

Pedro, mucho respect from Greece! you are my favourite tech youtuber

peirama
Автор

Came here cause I was getting errors trying to implement the Provider on NextJs. Thanks man.

fosimuboolubo
Автор

Thank you. I could not find how to use the Provider correctly in the new version and your video helped me

ArtyomManokhin
Автор

I am so grateful for your work Pedro. Your videos have been so helpful, and you are the only one I have found that is making useful tutorials for Next.js 13 app router. Around the time I ask myself a question, you made a video. Thank you so much!!!

patrickjreid
Автор

Great video bro, thanks for keeping it simple and not over complicating

omgitsjesus
Автор

I was looking for this just yesterday. I also watched your last redux tuts. Good job!

TheZubbyShow
Автор

activated the notification belt, you saved me hour of debugging !

yassinebouchoucha
Автор

A massive thanks to you Pedro!.I always thinking the day I finish all of your react and mern tutorials I think i would become a better developer.Can't wait to finished learning all of your tutorials.I know most of the people can learn directly by reading some docs.But i'm not that kind of person.English is not my first language tho.But i saw your channel last 6 months ago.I finished your React series.And i can feel that your ways of teaching made my thinking of programming logic easier.I'm currently at my 3rd yr CS Uni.I want to say so so so thanks to you Pedro.Have a good day 🎉❤

kk
Автор

Great tutorial. Having said that, it makes me love Zustand even more. So much boilerplate for something that should be so simple.

danielcarlmanpessoal
Автор

Thank you so much. I've spent days scouring the internet looking for a comprehensive guide and here it is. I have a question though, in trying to fetch data from an API, how would I go about that?

allankariuki
Автор

Shouldnt we mutate values within reducers? As its using immer?

agee
Автор

Would Redux in Nextjs not be overkill? Since libraries like Zustand and Jotai make state management so easy, unless maybe if your interviewing for companies with this stack it is good to know?

eshw
Автор

I really learned a lot, I would love it if you make a part 2 where you explain some advance redux concept...

getinstant
Автор

This all happens on the client side, do you know any possible way to implement it using the serverside components?

codedtrader
Автор

I was trying to find out the bug in my redux setup for hours, it was working in the base path "/" but not on "/login" and then I found your video. The issue was I forgot to put "use client" in the login page.

Thank you

shivangrathore