Learn React Redux Toolkit with Project in 2 Hours  | React Redux Tutorial for Beginners

Learn React Redux Toolkit with Project in 2 Hours | React Redux Tutorial for Beginners

Dipesh Malvia

2 года назад

120,274 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sourav Chatterjee
Sourav Chatterjee - 24.09.2023 20:20

The OMDB API key has not been received with my mail id.

Ответить
ja_user
ja_user - 22.09.2023 14:40

I'm unable to fetch the api key. it says no patron was found. how to resolve?

Ответить
Daphne Bonilla
Daphne Bonilla - 31.08.2023 08:34

Thank you so much for this tutorial I was able to complete the app but noticed
that I am only able to search for shows/series on the homepage I am not able to search from the show detail page. I've tried to debug for a while with no luck is this due to react 16 version updates?

Ответить
Raams TV
Raams TV - 02.07.2023 20:06

Router not working for me

Ответить
Ajay Kumar
Ajay Kumar - 22.06.2023 03:24

I really like your especially 1 hour video.
All the main concept are covered in 1 hour.

Ответить
user121304
user121304 - 03.05.2023 08:45

I am getting this error while using useParrams().
{"Response":"False","Error":"Conversion from string "undefined" to type 'Double' is not valid."}

Did anything change? I also saw some other people getting this error in your other video part -2 showing the same thing. This video is the combination of your part 1 and part 2.
Why aren't you replying? Please reply, I want to complete this project.Thanks!

Ответить
Khushal
Khushal - 16.04.2023 07:03

If you are getting this error - 'Switch' is not exported from 'react-router-dom' (imported as 'Switch').

Use Routes instead of switch

Ответить
Илья Дрон
Илья Дрон - 05.03.2023 18:59

Thanks, You're the best !

Ответить
08- PRUTHIRAJ
08- PRUTHIRAJ - 19.02.2023 21:39

Poster is undefined....what to do?

Ответить
History Tube
History Tube - 13.02.2023 21:32

How to dispatch synchronously in redux toolkit

Ответить
Areeba's creation
Areeba's creation - 08.02.2023 15:15

Switch is not supported now
I have invested more than half hour doing it.

Ответить
React Buddy
React Buddy - 16.01.2023 08:46

HOW SHOULD I GET API KEY, YOU ARE NOT MENTOINED API KEY IN GITHUB, PLEASE BE MENTIONED THERE.

Ответить
Nawazish Ali
Nawazish Ali - 08.01.2023 16:55

The best explanation of redux toolkit 😍

Ответить
Sandeep K Dasari
Sandeep K Dasari - 26.12.2022 10:51

Dipesh, If you would added the Firebase Authentication Slice as well, then this video will be the best explained and useful video in this world!

Ответить
SUDHANSHU SHRIVASTAVA
SUDHANSHU SHRIVASTAVA - 19.12.2022 18:00

Master Blaster

Ответить
Gobinda Saha
Gobinda Saha - 16.12.2022 10:46

Hello sir! I love your videos. I learnt a proper project structure from your tutorial. But if you could show the user login with a proper auth, token validation it would be a complete helpful tutorial me like learners. Thank you! 🙂

Ответить
kevin
kevin - 09.12.2022 05:14

A perfect tutorial with live errors solving

Ответить
23B_Namratha Sairam
23B_Namratha Sairam - 30.11.2022 12:34

Best video on the internet for react and redux beginners. Please continue making more such videos. Learnt a lot

Ответить
Karachi Intermediate Maths
Karachi Intermediate Maths - 18.11.2022 14:33

i got error connect time out when fething api

Ответить
pasumarthy lakshmi
pasumarthy lakshmi - 15.11.2022 07:45

I am getting imdbId as undefined so i am unable to fetch the data in movieDetails.js.I am getting error as "Error":"Conversion from string "undefined" to type 'Double' is not valid.Please solve this issue

Ответить
AB CH
AB CH - 13.11.2022 16:59

Thank U so Much This tutorial is Helpful ❤❤❤❤❤❤

Ответить
Rimpy Saini
Rimpy Saini - 31.10.2022 21:39

best redux Tutorial && Brilliant Explanation... Thanks a lot Dipesh .. I watched your all react video playlist. now able to create full react app .. thanks for teaching ... doing good ..good job. god bless you

Ответить
RAVOLUZEN
RAVOLUZEN - 30.10.2022 17:46

getting a 'cannot read properties of undefined(reading selectMovieOrShow)' error when navigating to the movie detail page, trying to debug for quite a while, anyone else faced this?

Ответить
Sahibjadatalib Ansari
Sahibjadatalib Ansari - 30.10.2022 06:55

I want to react on this video and thunk you for this video

Ответить
Web development learning
Web development learning - 19.10.2022 10:20

1. import {Routes} intead of {Switch} and use it instead of Switch

2.. In V6, you can't use the component prop anymore. It was replaced in favor of element:


<Route path="/" element={<Home />}></Route>

Ответить
Faizan Nasim Hyder
Faizan Nasim Hyder - 07.10.2022 20:40

Well done boi!

Ответить
Blas Lorenzo
Blas Lorenzo - 27.09.2022 02:34

hey dude i love your videos, are really helping me!!!!

Ответить
Yashwanth Ravichandran
Yashwanth Ravichandran - 26.09.2022 18:14

Sexiest redux tutorial for begginers in the world

Ответить
RRK ROCKSTAR RAJA
RRK ROCKSTAR RAJA - 04.09.2022 18:54

next project ??

Ответить
RRK ROCKSTAR RAJA
RRK ROCKSTAR RAJA - 04.09.2022 18:36

excellent teaching my sweet heart

Ответить
mohamed youssef
mohamed youssef - 27.08.2022 11:41

Awesome video ++++++++++++++++++++++++++ 😃

Ответить
Muhammad Moeez
Muhammad Moeez - 21.08.2022 14:11

list of error occur when installing node sass

Ответить
L. Al.
L. Al. - 18.08.2022 10:23

Great video, I have been learning a lot from this video, very great explanation. I would appreciate any help; I could not move forward with the video. Here is my issue that I encounter.
Right after 50 minutes of the video, when he uses dispatch inside the Home component ; here [dispatch(addMovies(response.data))]. My redux state in the redux DevTools is not updating and I see an error in the concole(Home.js:18 Uncaught (in promise) TypeError: (0 , _features_movies_movieSlice__WEBPACK_IMPORTED_MODULE_5__.addMovies) is not a function
at fetchMovies (Home.js:18:1). I literally followed the video step by step and everything was working fine until I reached this point; I have been trying to fix it for 2 days with no luck and I can not move forward with the video. Thank you for ny help.
[import React, { useEffect } from 'react';
import MovieListing from '../MovieListing/MovieListing';
import MovieApi from '../../common/apis/movieApi';
import { APIKEY } from '../../common/apis/MovieApiKey';
import { useDispatch } from 'react-redux';
import { addMovies } from '../../features/movies/movieSlice';

const Home = () => {
const moviesText = 'Harry';
const dispatch = useDispatch();
useEffect(() => {
const fetchMovies = async () => {
const response = await MovieApi.get(
`?apiKey=${APIKEY}&s=${moviesText}&type=movie`
).catch((err) => {
console.log('Error:', err);
});
dispatch(addMovies(response.data));
// console.log(response);
// console.log('The Response from the API', response.data);
};
//we need to dispatch an action here which is to add movie.
//data will contain the result
fetchMovies();
// [] means we are calling the function once.
}, []);

return (
<div className="banner-img">
<MovieListing />
</div>
);
};
export default Home;

//1. dispatch an action.
//2. reducer will go to the state and change it.
]

Ответить
bala challa
bala challa - 15.08.2022 15:27

excellent sir.........

Ответить
Nasar Shaik
Nasar Shaik - 14.08.2022 11:13

Hi sir, facing issue when i try to install sass package, any body facing same issue?

npm ERR! path D:\React\Projects\RTK_MovieRatingApp\movieratingapp\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

..
..
..

Ответить
zMohammadz84
zMohammadz84 - 31.07.2022 01:09

very gooooooood

Ответить
tarun tomar
tarun tomar - 08.07.2022 02:29

I need your help,
I have a message while calling api
that api call is undefined???
plz give me some suggestion

Ответить
Osama Yousuf
Osama Yousuf - 06.07.2022 12:49

Ответить
Osama Yousuf
Osama Yousuf - 06.07.2022 12:29

Ответить
Akash Rosariyo
Akash Rosariyo - 23.06.2022 16:43

Thanks a lot Dipesh i learnt a lot from this video, actually this is the video i looking for till now SUBSCRIBED..!

Ответить
suman sinha
suman sinha - 12.06.2022 09:30

thanks man! this was really helpful. By far this is the best video that is actually for beginners.

Ответить
Prakash Subedi
Prakash Subedi - 02.06.2022 14:50

Thankx for the detailed explanation on the various topics. At this day, the ''Link' of the react-router-dom version 5 didnot work for me (don't know why, has worked in my previous projects). So, I had to change the react-router-dom to version 6. But, the video is informative. Thankx! :)

Ответить