Hey Dipesh, I'm your subscriber. I have one issue. I tried to upload to git and later to Netlifty. However I get Error in Netlifty but it works fine in Local host. Please help me. How do I fix this? Error: Uncaught TyprError: Cannot read properties of Undefined(reading: 'Response')
Hi Dipesh, thank you for the tutorials. they are really helpful. Kudos to you! :) Can we please see inclusion of auth to this project in part 3? Authentication is the most crucial part of an application. There are so many react tutorials but only a few(or may be not even one) talk about "perfect authentication implementation in react" specially using access/refresh tokens. If we have that in this series, it will connect all the dots for any beginner who is watching this. Thanks a ton.
Thanks bhaiya this was soo good tutorial . being watching your playlists 👌👌❤❤⭐⭐⭐⭐⭐⭐ make a playlist or a post on reactjs interview questions based on lasted version and recent development !!
I'm sure that there is an easy explanation for this question and I just can't figure it out, but how would one make an API call to all movies, not just 'Harry' ?
This project video was really helpful. Thanks a lot. Could you please implement same project using Toolkit and Redux Saga also. If you can create a whole playlist using Saga and toolkit then it would be really helpful to us.
Hello Dipesh. I'm learning to use Redux with your videos. Thank you very much. I've recently encountered a bug that another viewer has asked for a solution here in the comments. Could you shade some light? It's about the line and usage of the hook useParams from react-router. let imdbID = useParams() // undefined let { imdbID } = useParams() // {"Response":"False","Error":"Conversion from string "undefined" to type 'Double' is not valid."} I'm going to look further into it tomorrow and post an update if I find a workaround. Good night. Regards!
As of today I could kind of move forward with the app. I used a rather raunchy workaround as a solution until I find more info on the mentioned bug. What I did was use the useLocation hook from react-router. Then I did: let imdbID = useLocation().pathname.slice(8) That gives you the code as a string, clean and ready to use. It's really bad code, but I want to finish the app lol.
Hi there, anyone knows how to solve this problem: {"Response":"False","Error":"Conversion from string ":1201607" to type 'Double' is not valid."} Im on a part MovieDetail trying to fetch the data into JSX elements, and that's what console.log(data) gives me.
after I add cleanup code " return () => { dispatch(removeSelectedMovieOrShow()); }; " in the useEffect, Iam getting this error, TypeError: Object(...) is not a function. Is there any solution?
why do u say it as synchronous action creator and asynchronous action creator .. thats wrong i think... both are asynchronous .. the difference is one is made from component and the other one is made from redux store.. please correct that because it will confuse the beginners.. btw good video..
Guys, the useParams is returning undefined. I tried everything. I'm even trying with the Dipeshs files. Please help! I wanna finish this turorial. Thanks
@@DipeshMalvia Hi Dipesh, first I want to thank you for your work and the tutorias which are great. Yes, they are the same. I even copy and pasted from you GitHub. The App that generates the Route and the Details companent.
@@lisandroancewicz7821 Hello. Did you find a solution to this problem? I'm having the same issue and can't seem to find a workaround. Thank you in advance.
@@lisandroancewicz7821 I used a rather raunchy workaround as a solution until I find more info on that bug. What I did was use the useLocation hook from react-router. Then I did: let imdbID = useLocation().pathname.slice(8) That gives you the code as a string, clean and ready to use. It's really bad code, but I want to finish the app lol.
Короч, у кого проблема: {"Response":"False","Error":"Conversion from string ":1201607" to type 'Double' is not valid."} допиши в MovieDetail, в useEffect так: useEffect(() => { dispatch(fetchAsyncDetail(imdbID.slice(1))) }, [dispatch, imdbID]) console.log(data) Допишите .slice(1) к imdbID
Guys, if the video is helpful or you learned something than please appreciate and hit the LIKE and SUBSCRIBE button and help this channel to GROW😉
hello, can this project deploy on the server like goDaddy or herokku since you use third party omdb api?
Hey Dipesh, I'm your subscriber. I have one issue. I tried to upload to git and later to Netlifty. However I get Error in Netlifty but it works fine in Local host. Please help me. How do I fix this?
Error: Uncaught TyprError: Cannot read properties of Undefined(reading: 'Response')
Kindly ! give source code of this
Completed the projected,There was some problems with the router version but still completed the whole project.Thank you for your effort
You are the best tutor for React indeed..Thanks for the tutorials
You are welcome!
Thanks so much mr.Dipesh. Greetings from Azerbaijan.
Welcome!
it is really nice I followed the complete tutorial and implemented successfully, now redux toolkit is very much clear, thanks Dipesh.
Glad to hear that
Thank you so much, now I utilise my upcomming weekends to learn this
Best of luck! Have Fun!
Thank you so much. It helped a lot to understand async thunk properly
Glad it helped!
great to explain redux ...😍
Thanks!
Hi Dipesh, thank you for the tutorials. they are really helpful. Kudos to you! :)
Can we please see inclusion of auth to this project in part 3? Authentication is the most crucial part of an application. There are so many react tutorials but only a few(or may be not even one) talk about "perfect authentication implementation in react" specially using access/refresh tokens.
If we have that in this series, it will connect all the dots for any beginner who is watching this.
Thanks a ton.
Working on a separate video for Authentication with React + Firebase.
There is no "perfect authentication implementation in react", you will have to get comfortable with one.
Your video outstanding bro, thanks for your hard-working
I appreciate that!
This is so insane!! Thank you for sharing your knowledge!
This a masterpiece for tutorials. Thanks So much
Thank you!! Great explanation! Topnotch content
Dipesh Malvia brother can you tell me please why &i=${id} is getting undefined while requesting for a get request?
Awesome teaching +++++++++++++++++++ 😃
Thank you! 😃
Thanks bhaiya this was soo good tutorial . being watching your playlists 👌👌❤❤⭐⭐⭐⭐⭐⭐
make a playlist or a post on reactjs interview questions based on lasted version and recent development !!
Thank you man this video was so good
Glad you enjoyed it!
I hope to do this exact project on my machine
Wow sir very nice thanks
Most welcome
I'm sure that there is an easy explanation for this question and I just can't figure it out, but how would one make an API call to all movies, not just 'Harry' ?
hello, can this project deploy on the server like goDaddy or herokku since you use third party omdb api?
Thank you for the tutorial, and I just want to ask. How to prevent to many request, calling many APIs and search filter. using the axios
You can try using cancel token in axios - github.com/axios/axios/issues/1714
wao
Hi bro,
What is the different between createslice vs createreducer what to use and which is better, please explain in your style.
Thank you so much!
Thanks
Welcome
This project video was really helpful. Thanks a lot. Could you please implement same project using Toolkit and Redux Saga also. If you can create a whole playlist using Saga and toolkit then it would be really helpful to us.
Bro where did you get that mic from? It is very good. Please post link so I can buy or give name brand please. Thank you
Hi Dipesh, great video can you please also implement search option where we can able to search movies asynchronously.
Please make a video on how to use redux rtk query with tookit combined way
thank you bro
You're welcome!
Thanks!!
good
Please do vid on server side searh,dropdown filter,dialog in redux
Humbly request brother please make video on formik.
Will try
Can you give me a suggestions for how to deploy our react into firebase .
Pls give me sample code to post a react to firebase👏👏
Please help to undestand extrareducer part and
thank you really useful video, would be great if you could give the link of source code
Please check the description I have added the GitHub link.
Add pagination and sort by option also please
your talk and face very nice
Hello Dipesh.
I'm learning to use Redux with your videos.
Thank you very much.
I've recently encountered a bug that another viewer has asked for a solution here in the comments. Could you shade some light?
It's about the line and usage of the hook useParams from react-router.
let imdbID = useParams() // undefined
let { imdbID } = useParams() // {"Response":"False","Error":"Conversion from string "undefined" to type 'Double' is not valid."}
I'm going to look further into it tomorrow and post an update if I find a workaround.
Good night. Regards!
As of today I could kind of move forward with the app.
I used a rather raunchy workaround as a solution until I find more info on the mentioned bug.
What I did was use the useLocation hook from react-router. Then I did:
let imdbID = useLocation().pathname.slice(8)
That gives you the code as a string, clean and ready to use. It's really bad code, but I want to finish the app lol.
Hi there, anyone knows how to solve this problem: {"Response":"False","Error":"Conversion from string ":1201607" to type 'Double' is not valid."} Im on a part MovieDetail trying to fetch the data into JSX elements, and that's what console.log(data) gives me.
Did u get a chance to resolve the issue? I am stuck too
after I add cleanup code " return () => {
dispatch(removeSelectedMovieOrShow());
}; " in the useEffect, Iam getting this error, TypeError: Object(...) is not a function. Is there any solution?
Can you take reference from the GitHub link added in the description of the video.
why do u say it as synchronous action creator and asynchronous action creator .. thats wrong i think... both are asynchronous .. the difference is one is made from component and the other one is made from redux store.. please correct that because it will confuse the beginners.. btw good video..
My movies are not set in movies after extra reducers anyone can help me?
After 3 hours of debugging I found that I am use Fetch Data instead of fetch movies in pending or fulfilled state😓🤣
Guys, the useParams is returning undefined. I tried everything. I'm even trying with the Dipeshs files. Please help! I wanna finish this turorial. Thanks
Did you define the parameter name properly and used the same name in your useParams ?
@@DipeshMalvia Hi Dipesh, first I want to thank you for your work and the tutorias which are great. Yes, they are the same. I even copy and pasted from you GitHub. The App that generates the Route and the Details companent.
here is the console print: {"Response":"False","Error":"Conversion from string "undefined" to type 'Double' is not valid."} Thank you Dipesh
@@lisandroancewicz7821 Hello. Did you find a solution to this problem? I'm having the same issue and can't seem to find a workaround. Thank you in advance.
@@lisandroancewicz7821 I used a rather raunchy workaround as a solution until I find more info on that bug. What I did was use the useLocation hook from react-router. Then I did:
let imdbID = useLocation().pathname.slice(8)
That gives you the code as a string, clean and ready to use. It's really bad code, but I want to finish the app lol.
Короч, у кого проблема: {"Response":"False","Error":"Conversion from string ":1201607" to type 'Double' is not valid."} допиши в MovieDetail, в useEffect так:
useEffect(() => {
dispatch(fetchAsyncDetail(imdbID.slice(1)))
}, [dispatch, imdbID])
console.log(data)
Допишите .slice(1) к imdbID
thanks