Hey guys, Hope you like the video. If it's useful for your friends or colleagues, do share and subscribe to my channel for more videos. Thank you ❤️❤️❤️
I sincerely recommend for beginners, instead of joining institute up to 4-6 months just watch this tutorial, its really good and better than institute lecture... Thank You So Much Brother 👏👏
Thank you sir, you said redux concept very clearly. I search many channels to learn redux, finally I founded the best RUclips channel...great sir I hope that you will upload many more videos like this explanation 🫡🫡👍
The slides shown in starting of the session is damn awesome bro like just u killed it we can analyze the structure and understand Awesome explanation bro but after completing this Tutorial I felt like if there were still more videos it would be very great please do any mini projects type bro so that we can gain experience a little bit in the boundary of real time
Thank you very much bro for your compliments and encouragement. I will definitely do more videos on React and Redux very soon. Stay tuned, Thank you 😍😍❤
I just completed the whole course from start to finish and this is my first attempt learning redux. It took me few days to type the code and understand it but feeling very satisfied at the end. Learned a lot but need to watch again and again to cement the concepts in the brain. Venkatesh - your'e very talented and you have done excellent job in explaining the complex concepts in easy way but still I feel it's complex to me. Plz do more. All the best. Thank you very much Shash @ UK
Sure bro, Thank you very much. I will make more and more videos on React and Redux. Stay tuned and try to take membership to access the complete courses which contains more redux parts.
yevvaru anna nuvvu, oka project lo enni scenarios untayyo chinna demo lo chuppinchav,,short time lo lengthy info ichav, ni explanation ki, presenting ki, problem solving ki, take a bow.
Okay bro, thank you. Sorry for the late response as i need to respond to everyone. so, it will be little late bro. you can send queries to mogilivenkatesh3@gmail.com for faster response bro. Thank you❤ Keep going 😊👍
Thank you very much bro😊 last time closures gurinchi video adigaru kadha, present adhi chesthunna bro. i will definitely provide for authentication also bro. PHP and mysql tho login, registration lo authentication untundhi bro okasari adhi chudandi oka idea vachuddi, JavaScript lo authentication video ippati varaku cheyaledhu, definitely chesthanu. Once again thank you very much for giving the boosting to my work bro😊👍 Login and registration using php and mysql video link: ruclips.net/video/DmNz4umeCts/видео.html
ruclips.net/video/YTC6x7-fjYg/видео.html 👈 React Routing with authentication included in this video bro. plz watch and share😊👍 i hope it will. be helpful for u👍
Hello bro, Videos is really awesome! you covered almost everything about Redux in this video. Can you please make one videos on (react router dom and private routes authentication, jwt, login and registration)
ruclips.net/video/YTC6x7-fjYg/видео.html👈 Routing video released bro almost everything is covered regarding routing concepts in this video. plz watch and share 😊👍
@@VenkateshMogili I am downloading file in frontend (reactjs) I am getting url from api. with download attribute I am downloading like But the problem is image is displaying instead of downloading Url is coming from aws so can u please suggest an answer for. That
actually nenu shopping cart app jquery react tho chesanu...kani na company vallu redux use chesi cheyamani chepparu i hope this tutorial will help me...alage Flux tho kuda oka tutorial cheyandi
In asyncoperation.js in line 19 you are passing parameter as "user" in fetchUsersSuccess action but that is present in "initialState" object so we need to pass it as "initialState.user" If i am wrong please rectify me?
hi bro thanks for the great content on redux and i understood clearly ,, but i have dought on fetchusers function . that is why are you giving the dispath as parameter and using it ? in line number. can we directly call the functions without giving dispatch parameter?
Thank you bro😊 If the functions are normal functions we can call directly bro, if they are redux actions then we should we use dispatch, otherwise we can't call them directly.👍
Hi bro, I think you are using old version. Please check the latest version or use the legacy option in redux. Use the below line in store.js file. import { legacy_createStore as createStore} from 'redux'
Sorry bro i didn't understand, can you tell more clearly, which services in redux? I have covered most of the concepts in redux like redux fundamentals, redux saga, still there will be some new updates which may not be covered yet, will cover them soon. Let me know what exact thing you are expecting.
HOC is nothing but it will take component as parameter and returns new component with whatever logics that you want to apply. In redux connect is a higher order component, it will take component and mapstatetoprops and mapdispatchtoprops and returns new component which includes redux state and dispatch function. Higher order means either in javascript Or react, it is same. It will take one and return newly formatted one. It can be a function, it can be a component, it can be a variable whatever it is, it will just take one and return new one like map, filter, reduce methods.
Bro I have completed reactjs, html, css, javascript courses. I want to get a job but I don't know how to approach can you suggest me how to approach to get placed as a front- end- developer. I am very much in need of job.
Nice to hear that you learned all the frontend related technologies to work on real time projects. Completing a language is just 10% of the work. just make sure you have done projects, at least 2 to 3 medium to complex projects or attractive projects, so that interviewers will shortlist faster when u applied. I will just to have passion instead of just temporary need. not only just this web development, any kind of roles. If you really skilled and done great projects, jobs will search for you, you dont need to search. example, If you make projects and post in linkedin you will get direct offers if that project is really awesome. and keep on trying to apply for jobs and attend every interview and you will get some idea how the process and what kind of questions they are asking and what kind of real time projects will be assigned, then you will crack a good job. All the best👍
Redux can't control the input values bro, can you ask more detailed what exactly your doubt? generally input is dom element, which can be controlled by either javascript or with library like react. so, input can be controlled with onChange event in react. I have made a contact application which stores data from form, all the crud operations covered in that, please checkout my all playlists. I will share that video link below. ruclips.net/video/o4vQ-jpl3no/видео.html
getting error: AxiosError: unexpected end of file in axios 1.2.1 and its fixed with = headers: { "Accept-Encoding": "gzip,deflate,compress" } any other solution with out headers because u r not using headers. Thank you
Please check the parameters are same or not and make sure you gave posts.length>0 condition before mapping as it gives empty data or undefined or null sometimes. Let me know if you got any solution.
actions lo ,,,import chesaru kadha fetch(fail,success,request) veetini separatega thisukoni export chesare ante prathdhniki export use chesaru annitiki kalipi expport thisukoni ..with the help of the dispatch use chesii rayalemaa and okavella url wrong vaasthe dani try and catch use chesii ragalamaa...elaa unnayi sir doubt ...ela contact avvali sir ...next week interview sir..how can i contact you sir
Just try to get every clarification with the code only andi. whatever doubts you have just simply try them in code. If it is working, then you can explain the same to the interviewers. If it is not working, you can say I have tried this way but it didn't work. There are no best teachers than our errors and practicing code. Recently we got new version of redux, which use very simply logics with hooks concepts. Try that once instead of getting confused in old redux. Check the link below. ruclips.net/video/Q_OoBte4Gd8/видео.html&pp=gAQB
Based on the project it varies bro. If it is small application, we can use Context API. If it is a small to large application we can use redux. Whoever knows redux they will redux only, because of it's advantages over context api and manageable structure. Usage is completely developer choice, If he is a beginner he will mostly use the one which I explained in the video, If you learn more like bindActionCreators you can use them, in depth if you learn then you will dispatch it directly without mapdispatch to props and even useSelector also. It's completely based on how much you know about it. as of now, latest approach is always best approach, but we should have complete idea on it, otherwise we may loose interest of developing the application. So, choose which one is best for you and use that one if it is required in the project.👍
Awesome explanation brother.I have one doubt here... There is inbuilt reactContext. The purpose is same like to avoid prop drilling. Then why can we use redux over there. Please clarify my doubt.
Thank you brother for your compliments. We can use both react context and redux bro. the main difference is, in redux only one global store will be available. But in context, we can create any number of context like for 3 separate components, we can create one context and for remaining components, we don't need to create context. But this individual context feature won't available in redux bro. If there is complex state management then we can go with redux, if it is simple state management and need more security then we can go with react context. Hope your doubt is cleared bro.
const store = createStore(reducer); in this step createStore is striked of bro and suggesting to use configureStore bro...wht to do ,,and if i am immport ConfigureStore error is coming in console
brooo you have good knowledge on this content help me to get a job please I have a 6+ years of career gap financial & families issue I need a job help me for real time knowledge content ... !!
Sure bro, the more quality skill we gain, the more opportunities we get bro. I can always help to provide that quality skill. Write down your goal, which role you want to work on, which skills need to gain, set a deadline and start learning from now onwards and you will definitely reach it😊👍
Parameter means where we are accepting with whatever variable name we want, argument is from where we passing the values respective to the parameters positions. function hello(name,age){ return name+""+age; } here, name and age are parameters. hello("Venkatesh",20); //here, Venkatesh and 20 are arguments.👍
Hi andi, Do you mean frontend videos or UI Design like figma? If UI design like figma, then not yet made videos andi. I have made full stack course like frontend, backend, MERN Stack. will plan figma ui designs course in the future👍
there will be mocking concept in jest, through that we can write test cases for functions, apis, as reducers are functions so we can write. I will try to make a video on mocking soon👍
@@VenkateshMogili tnq, if possible make a video on how to write jest for actions in react and some methods should have service in actions with dispatch so kindly help in this.. Tnq soo much for ur beautiful videos Kindly note my point and if possible u can make a video with a week is much helpful
exact directly lo run chesaro ledho chudandi bro. file location different unna ledha edaina npm module install ayyi lekapoina ala module not found ani error vachuddi.
Yes andi, the new version is already posted. Please check the redux playlist, link is given below: Redux toolkit 👇 ruclips.net/video/Q_OoBte4Gd8/видео.html Redux Full Playlist 👇 ruclips.net/video/xD0jxZiF95s/видео.html
Bro na application lo store lo unna state variables output lo render avvatle bro, alaage redux developer tool lo kuda no store is available antundi. Can you please tell me the reason? And I want to join ur channel to get all the content. Pls guide me once how to join🙏
Okasari mottam store, component ki connect ayyundho ledho chudandi bro. Redux developer tools lo enable avvalante, first app ki bind ayyi undali Provider component dwara. Alane windows command ni store daggara isthene developer tools lo chupinchuddi bro, okasari video ni as it is follow avvandi, ekkada mis avuthunnaro ardamavvuddi👍 chinna mistake unna store create avvadhu, alane connect avvadhu, exact same packages nunchi import chesukovali, nodejs code and reactjs code rendu different, okasari check cheyandi import use chesaro leka require use chesaro. Inkosari video repeat cheyandi, error dorikesuddi👍 edaina error vasthe naa mail ki screenshot pampandi mogilivenkatesh3@gmail.com 👍 Channel membership plans video 👇 ruclips.net/video/mz7T-OH_ncc/видео.html
bro node modules ni prathi sari install cheysukunda mana laptop lo okasari install cheysukoni evry project ki use cheysukovachaa? okavela velunte aa procudere enti bro nuvu free ga unnapudu reply me bro
Yes bro, dheeniki solution undhi but efficient solution kadhu adhi. npm link use chesthe packages anni global ga unte net tho avasaram lekunda install chesukovachu bro. okasari npm link gurinchi search cheyandi in depth details vasthai. command aithe just npm link use chesthe saripothundhi, edaina package specific ga kavali ante npm link package-name run chesthe aa package global ga unte local project ki copy aipoddi. Node develop chesina athane cheppadu ee node modules concept anedhu oka drawbacks lo okati ani. present naaku telisina solution idhi bro, but nenu research chesthunnanu deeniki edaina efficient solution try cheddam ani. okavela future lo edaina solution vasthe kachithamga share chesthanu bro😊👍
idhi old version redux bro, indhulo core concepts anni untai. but latest version redux toolkit bro, adhi okasari check cheyandi. ruclips.net/video/Q_OoBte4Gd8/видео.html
Hi Sir RUclipsrs lo evarini adigina deniki correct ga answer ivvadam ledhu and konthamandhi cheppadam ledhu , so meeru ayina cheputharu anni assithunannu Full stack web development lo front end language, frameworks and back end lo languages and frame works emi nerchukovali , complete ga okka professional level ga high paid job ravali unte . Please Sir Cheppandi
Frontend ki Reactjs/angular, backend nodejs/java/python nerchukunte saripoddandi. high paid job anedhi mana experience batti, manam apply chesina company brand batti depend ayyi untai andi. So, skills undi, experience unte high paid job definitely vachuddi. Fresher ga normal companies ki entha try chesina with lots of skills, vallu 3-8 lpa madyalo istharandi. companies peddavi aithe inka ekkuva istharu, but interviews lo use leni questions adugutharu like ds, algorithms. So, naa suggestion enti ante, meeru passionate full stack developer avvali anukunte oka medium company ki mee skills ki worth ayye company ki apply cheyandi nenu paina mention chesina frameworks nerchukunnaka. Mee doubt clear ayyindhi anukuntunnanu.👍
Front end lo - HTML , CSS , JAVASCRIPT, REACT JS , ANGULAR, REDUX ( MEAN AND MERN STACK COVER AVUTHAYI ) BACK END AND DATABASES LO EXPRESS JS NODE JS MONGODB SQL Meeru cheppinattu data structures and algorithms kuda nerchukunta additional ga Inka ammana nerchukovala chepandi ? Or thank you guidance.
@@VenkateshMogili Meeru kuda full stack web developer kadha , Mee insights and manchi package achieve cheyali anna , full stack web development side lo manchiga career start cheyali unte Mee experience Cheppandi Sir
bro nuvu intha ela, anni days lo nerchukunnao bro, neku eni yers experience undi bro cheyppava pls endukante mem ivani nerchukovalante baga time paduthudi ,adi na falut aa or andaiki anthey time paduthunda ani naku doubt osthudni bro neku enni yera ga programing experince undi bro eypatinunchi nuvu e filed lo unnao bro can u tell me pls inka nuvu react enni days lo nerchukunnao bro
Naaku web development ante passion bro Intermediate 1st year nunchi. I'm from IIIT Nuzvid. maaku clz lo enter avvagane laptops istharu. So, except 1st semester till final year varaku nenu own ga nerchukuntune unnanu, around 70 projects paine chesanu, more than 5 companies change ayyanu, naa total experience count lo aithe 2019 passed out, 2 years. exactga aithe 6 months. Kani actual experience aithe nenu 8 years ga consider chesukuntanu. endukante clz lo nenu chadhivindhi zero. 7.57 tho pass ayyanu exams mundhu roju chadhivi. React aithe nenu 4 days lo nerchukunnanu, still nerchukuntune unnanu, naakeppudu perfect ane word kante enjoy chesthu nerchukovadam istam. so, counting, syllabus avemi lekka cheyanu, naaku ee time ki edhi nerchukovali anipisthe adhi start chesthanu, interesting ga unte indepthga nerchukuntanu, bore kodithe veredhi nerchukuntanu. around 35 languages chusanu ippati varaku. Learning chala fastga unduddi interest vasthe. React start cheyakamundhu Angular lo 1 year work chesanu. React kastam trending annarani start chesanu, kani start chesaka intha simplest, powerful framework ippati varaku chudaledhu. Nenu cheppe videos anni naa life lo ekkado okachota experience chesinave, vatilo unna real time examples e videos rupam vasthai bro. inka nenu indepth research chesthanu 100% quality and perfect content ivvadaniki. Konni videos more than 1 time chusi practice chesthe chala easyga vachesthai bro. All the best👍
@@VenkateshMogili thankyou fr the awesome content Venky ,I guess you are the best who made stuff on redux thing easier..keep doing stuff..we will be hanging here fr more like this
😄😄😄 tappakunda bro, I will share my knowledge with 200% effort to explain as simple as possible to get complete idea from beginners to advanced learners bro. Next video is coming tomorrow on closures, spread operator, it will definitely helpful for any JavaScript developer bro😊😊
React training batch is starting from May 15th bro, If you want to learn react and to clear any doubt regarding particular topic on the moment you can join. vmtraining.netlify.app please visit this site and check the course details. I mentioned my contact details to clear any queries regarding the course in the website. I can give a confidence to get job/ to work in real time projects like good developers, but we can't give job support bro. Not only me, no ethical developer will do job support because the person who is getting support may feel safe until the job supporter leaves, that means life time depending on the job supporter. Indirectly job supporters are spoiling the great careers of developers. That's why we decided to not give any job support rather we will give training which gives a complete confidence that they dont need to depend on anyone and money also will be saved. that's my opinion, so let me know ur opinion on this and contact me through mogilivenkatesh3@gmail.com if any queries related to course.
please send mail to mogilivenkatesh3@gmail.com if any queries, i have give reply to other comment too. once check it and let me know if u have any queries. 👍
Hey guys, Hope you like the video. If it's useful for your friends or colleagues, do share and subscribe to my channel for more videos. Thank you ❤️❤️❤️
Venkey ne number pampu....
@@rajeshkoneruhh3566 Please send mail to mogilivenkatesh3@gmail.com bro, I will send my contact details in mail. Sorry for the late reply😊👍
I sincerely recommend for beginners, instead of joining institute up to 4-6 months just watch this tutorial, its really good and better than institute lecture... Thank You So Much Brother 👏👏
You're welcome bro😍👍
Thank you sir, you said redux concept very clearly. I search many channels to learn redux, finally I founded the best RUclips channel...great sir I hope that you will upload many more videos like this explanation 🫡🫡👍
Thank you so much andi, yes, i will definitely make more videos like this with all your love and support 😍❤❤ Keep learning, Keep rocking 😃😍😍
Venkatesh u rocked it man...so simple and so clear...e matram push isthe chalu , memu inka doosukupotam...Thnq so much bro...
Thank you bro, keep rocking 🤘🤘🤘😊😊
love seeing react redux in telugu thank u soooooooooooooooooooooooo much
You're welcome bro, Thank you for the great love and support😊
The slides shown in starting of the session is damn awesome bro like just u killed it we can analyze the structure and understand Awesome explanation bro but after completing this Tutorial I felt like if there were still more videos it would be very great please do any mini projects type bro so that we can gain experience a little bit in the boundary of real time
Thank you very much bro for your compliments and encouragement. I will definitely do more videos on React and Redux very soon. Stay tuned, Thank you 😍😍❤
I just completed the whole course from start to finish and this is my first attempt learning redux. It took me few days to type the code and understand it but feeling very satisfied at the end. Learned a lot but need to watch again and again to cement the concepts in the brain.
Venkatesh - your'e very talented and you have done excellent job in explaining the complex concepts in easy way but still I feel it's complex to me.
Plz do more. All the best.
Thank you very much
Shash @ UK
Sure bro, Thank you very much. I will make more and more videos on React and Redux. Stay tuned and try to take membership to access the complete courses which contains more redux parts.
yevvaru anna nuvvu, oka project lo enni scenarios untayyo chinna demo lo chuppinchav,,short time lo lengthy info ichav,
ni explanation ki, presenting ki, problem solving ki, take a bow.
Thank you so much bro😍
I have learned redux from this video. I feel very happy.. Thank you so much for this video your uploaded on your channel
You're welcome bro😊❤❤❤👍
@@VenkateshMogili plz you will keep doing this kind of video for us..
superbb ga clean ga cheptunnaaru .. inka inkaa ani oka voothapadam .. !! ekkda brother lov from karimnagar i want your help
Thank you so much bro😍😄😄😄 Kakinada daggara bro💖
broo way of explanation ki hatts off broo superb broo . after watching this video i got full clarity of redux.thank you so much broo
welcome bro 😍😍😍❤
Nice Broo good explanation. I tried late of courses broo but this is the best video i think. Do more videos and support for our growth.
Sure bro, Thank you very much bro❤❤❤
Hi Venkat, thanks for the session. I learned many things from that your awasome.
You're welcome bro😊👍
Explanation super bro, this is one of the best videos of redux for beginners
Thank you bro💖
Your explanation is immensely great. Thank you for such great tutorials.
Thank you very much 😊😊❤
Thank you Venkatesh garu chala clear ga explain cheysaru
Thank you meghana garu😊
It's ok bro ! version issue adhi solve ayyindhi thank you so much
Okay bro, thank you. Sorry for the late response as i need to respond to everyone. so, it will be little late bro. you can send queries to mogilivenkatesh3@gmail.com for faster response bro. Thank you❤ Keep going 😊👍
@@VenkateshMogili okay Thank you
Bro meru complex topics ni kuda chala simple ga cheptaru excellent bro
Velithe authentication ela cheyalo okka video cheyandi bro plz
Thank you very much bro😊 last time closures gurinchi video adigaru kadha, present adhi chesthunna bro. i will definitely provide for authentication also bro. PHP and mysql tho login, registration lo authentication untundhi bro okasari adhi chudandi oka idea vachuddi, JavaScript lo authentication video ippati varaku cheyaledhu, definitely chesthanu. Once again thank you very much for giving the boosting to my work bro😊👍
Login and registration using php and mysql video link:
ruclips.net/video/DmNz4umeCts/видео.html
ruclips.net/video/YTC6x7-fjYg/видео.html 👈 React Routing with authentication included in this video bro. plz watch and share😊👍 i hope it will. be helpful for u👍
Thanks for sharing video. I learned a lot from this video subscribed.
Thank you bro
Hi venkat,
Good teaching, I learned more things from this video. Thank you so much
You're welcome bro, thank you 😍❤❤❤
Thanks bro...now I got clear vision on redux.
You're welcome bro👍
superb man..............the way of explanation is good
Thank you so much 🙂👍
Nice Information Bro.. Thank you for the upload. And also please explain the video on the jest unit testing
Thank you bro. I will try to upload jest video soon👍
Hello bro, Videos is really awesome! you covered almost everything about Redux in this video. Can you please make one videos on (react router dom and private routes authentication, jwt, login and registration)
Thank you very much bro. I will definitely make videos on react router very soon, may be by this sunday I will try to upload bro. Stay tuned👍
ruclips.net/video/YTC6x7-fjYg/видео.html👈 Routing video released bro almost everything is covered regarding routing concepts in this video. plz watch and share 😊👍
At 37:04 from where we are getting dispatch method as argument to the return of fetchUsers function?
Wherever you dispatch this function, it will take dispatch method automatically, redux will take care of that.
dispatch(fetchUsers())
Really very useful sir,thank you keep going on react
Thank you sravan❤❤❤👍
Cool , very nice explanation
Thank you bro❤
Ur great bro ur explanation excellent.. explain one mern stack project bro
Yeah sure bro, once the mern stack is completed I will definitely do many mern stack projects. 😊👍
Hi anna thanks for this video , you made complicated things to simple
Thank you very much bro😍 Whatever struggles I faced for understanding Redux, should not be faced by my viewers. that is the only aim I have.
Not only redux any concept that I learned till now, I will try my best to make it as simple as possible bro.
@@VenkateshMogili I am downloading file in frontend (reactjs) I am getting url from api. with download attribute I am downloading like
But the problem is image is displaying instead of downloading
Url is coming from aws so can u please suggest an answer for. That
actually nenu shopping cart app jquery react tho chesanu...kani na company vallu redux use chesi cheyamani chepparu i hope this tutorial will help me...alage Flux tho kuda oka tutorial cheyandi
Yes bro, sure will try to make a video on flux soon😊👍
Indeed great content and explanation :)
Thank you bro😍😍❤❤❤
Superb explanation bro...❤️
Thank you very much bro😍😍😊
You Rocked it bro
Do Real time projects on Redux
Sure bro, Thank you😊👍
redux tool kit gurinchi cheppu bro.Chala baga cheppav.Thanks
Sure bro, will plan for it.
Sir do the CRUD app using redux......pls
Ok sure Rahava reddy, i will make it soon👍
bro do more videos react thunk redux and build e-commerce app
Okay sure bro, will make more videos on redux👍
Audio kunchum better cheyi bro..good video..Thank u👍
Sure bro, Thank you😍👍
HI Bro redux-thunk and sega gurunchi kuda cheppandi bro
ok sure bro👍
In asyncoperation.js in line 19 you are passing parameter as "user" in fetchUsersSuccess action but that is present in "initialState" object so we need to pass it as "initialState.user" If i am wrong please rectify me?
Final output will be stored in Initialstate object, the users parameter that we are passing is coming from API Call.
hi venkatesh garu, if we are not using thunk what will happen? why we have to use that
If we don't use thunk, api calls won't work.
Just try calling apis without using thunk you will get an error😊👍
Bro please do video on social logins like google login and facebook login and gmail login thanks in advance
Ok sure bro, i will definitely make video on it soon😊👍
@@VenkateshMogili thanks alot
nice explanation bro, please do videos on flux also
Thank you bro, I will try to make videos on flux soon😊👍
hi bro thanks for the great content on redux and i understood clearly ,, but i have dought on fetchusers function . that is why are you giving the dispath as parameter and using it ? in line number. can we directly call the functions without giving dispatch parameter?
Thank you bro😊 If the functions are normal functions we can call directly bro, if they are redux actions then we should we use dispatch, otherwise we can't call them directly.👍
Hi Venkatesh Bro, You used new folder for Redux creation, can I use and Install redux in existing react project ??
yes bro, we can use in existing project. process is same👍
Bro please create a video in react router v6 and how to keep protected routes in between various components
v6 is a bit changed
Sure bro, will make it soon.
I got the error like middleware is not a function but i as it as a default but again its coming that error
Hi bro, I think you are using old version. Please check the latest version or use the legacy option in redux. Use the below line in store.js file.
import { legacy_createStore as createStore} from 'redux'
Thanks bro
Welcome bro😍👍
In fetchUsers function we are returning a function having dispatch as parameter right that dispatch and store.dispatch is same?
Yes andi
Hi Bro.. Can you please make a video with redux + services or any documentation also fine.
Sorry bro i didn't understand, can you tell more clearly, which services in redux? I have covered most of the concepts in redux like redux fundamentals, redux saga, still there will be some new updates which may not be covered yet, will cover them soon. Let me know what exact thing you are expecting.
can u have the brief explanation on hoc??
HOC is nothing but it will take component as parameter and returns new component with whatever logics that you want to apply. In redux connect is a higher order component, it will take component and mapstatetoprops and mapdispatchtoprops and returns new component which includes redux state and dispatch function. Higher order means either in javascript Or react, it is same. It will take one and return newly formatted one. It can be a function, it can be a component, it can be a variable whatever it is, it will just take one and return new one like map, filter, reduce methods.
@@VenkateshMogili thank u nice explanation...Is this hoc is used in only class components??
bro super and start next js also bro
Sure bro, will try to start nextjs soon😊👇
Bro try to make videos on react native with projects
Okay sure bro, i will do them soon👍
Bro I have completed reactjs, html, css, javascript courses. I want to get a job but I don't know how to approach can you suggest me how to approach to get placed as a front- end- developer. I am very much in need of job.
Nice to hear that you learned all the frontend related technologies to work on real time projects. Completing a language is just 10% of the work. just make sure you have done projects, at least 2 to 3 medium to complex projects or attractive projects, so that interviewers will shortlist faster when u applied. I will just to have passion instead of just temporary need. not only just this web development, any kind of roles. If you really skilled and done great projects, jobs will search for you, you dont need to search. example, If you make projects and post in linkedin you will get direct offers if that project is really awesome. and keep on trying to apply for jobs and attend every interview and you will get some idea how the process and what kind of questions they are asking and what kind of real time projects will be assigned, then you will crack a good job. All the best👍
@@VenkateshMogili ok sir, I will definitely do it for sure.
i installed the npm redux but it show the so many files like utils and action in your code it show only one files how bro?
Please check the source code provided in the description bro.
nice explanation
Thank you bro❤❤👍
excellent one.
Thank you bro❤❤
Nice explanation
Thank you bro
Hi bro... can u explain how to deal with input values using Redux
Redux can't control the input values bro, can you ask more detailed what exactly your doubt? generally input is dom element, which can be controlled by either javascript or with library like react. so, input can be controlled with onChange event in react. I have made a contact application which stores data from form, all the crud operations covered in that, please checkout my all playlists. I will share that video link below.
ruclips.net/video/o4vQ-jpl3no/видео.html
getting error: AxiosError: unexpected end of file in axios 1.2.1 and its fixed with = headers: { "Accept-Encoding": "gzip,deflate,compress" } any other solution with out headers because u r not using headers. Thank you
Headers usage will be very less unless we get some errors. so try exploring about axios headers bro.
@@VenkateshMogili Thank you Venkatesh
Hi SIR ,I am getting error "posts.map is not a function" while reload the page after displayed list of items using FAKEAPI.
Please check the parameters are same or not and make sure you gave posts.length>0 condition before mapping as it gives empty data or undefined or null sometimes. Let me know if you got any solution.
actions lo ,,,import chesaru kadha fetch(fail,success,request) veetini separatega thisukoni export chesare ante prathdhniki export use chesaru
annitiki kalipi expport thisukoni ..with the help of the dispatch use chesii rayalemaa
and okavella url wrong vaasthe dani try and catch use chesii ragalamaa...elaa unnayi sir doubt ...ela contact avvali sir ...next week interview sir..how can i contact you sir
Just try to get every clarification with the code only andi. whatever doubts you have just simply try them in code. If it is working, then you can explain the same to the interviewers. If it is not working, you can say I have tried this way but it didn't work. There are no best teachers than our errors and practicing code. Recently we got new version of redux, which use very simply logics with hooks concepts. Try that once instead of getting confused in old redux. Check the link below.
ruclips.net/video/Q_OoBte4Gd8/видео.html&pp=gAQB
context API or Redux ?? which is best??
In redux which approach is better this approach ?? or using hooks?? ( like useSelector() )
Based on the project it varies bro. If it is small application, we can use Context API. If it is a small to large application we can use redux. Whoever knows redux they will redux only, because of it's advantages over context api and manageable structure.
Usage is completely developer choice, If he is a beginner he will mostly use the one which I explained in the video, If you learn more like bindActionCreators you can use them, in depth if you learn then you will dispatch it directly without mapdispatch to props and even useSelector also. It's completely based on how much you know about it. as of now, latest approach is always best approach, but we should have complete idea on it, otherwise we may loose interest of developing the application. So, choose which one is best for you and use that one if it is required in the project.👍
@@VenkateshMogili Thanks for that informantion.
Awesome explanation brother.I have one doubt here... There is inbuilt reactContext. The purpose is same like to avoid prop drilling. Then why can we use redux over there. Please clarify my doubt.
Thank you brother for your compliments. We can use both react context and redux bro. the main difference is, in redux only one global store will be available. But in context, we can create any number of context like for 3 separate components, we can create one context and for remaining components, we don't need to create context. But this individual context feature won't available in redux bro. If there is complex state management then we can go with redux, if it is simple state management and need more security then we can go with react context. Hope your doubt is cleared bro.
@@VenkateshMogili thank you Bro. Clarified 👍
i unable to use this createStore
method getting striking off
what to do brother
createStore is deprecated andi. use the below line.
import {legacy_createStore as createStore} from 'redux'
const store = createStore(reducer); in this step createStore is striked of bro and suggesting to use configureStore bro...wht to do ,,and if i am immport ConfigureStore error is coming in console
createStore is deprecated bro. either use reduxtoolkit or use the below code
import { legacy_createStore as createStore } from 'redux';
@@VenkateshMogili "objects are not valid as React child " ani error vastundi bro
Doing it in App.js
What to do?
edaina object ni render chesthe ee error vachuddi bro.
hi bro vs code lo .js petagana react ga marindi na vs code lo .jsx petasalsi vundi is there any package you install
Yes bro, material icon theme extension install chesi default language set cheyandi👍
Awesome,
Thank u so much sir
Subscribed
You're welcome Rahava Reddy, Thank you for the support, Stay tuned for more updates. Thank you😊👍
brooo you have good knowledge on this content help me to get a job please I have a 6+ years of career gap financial & families issue I need a job help me for real time knowledge content ... !!
Sure bro, the more quality skill we gain, the more opportunities we get bro. I can always help to provide that quality skill. Write down your goal, which role you want to work on, which skills need to gain, set a deadline and start learning from now onwards and you will definitely reach it😊👍
💗💗💗💗💗💗
sir parameter ki argument difference anti
Parameter means where we are accepting with whatever variable name we want, argument is from where we passing the values respective to the parameters positions.
function hello(name,age){
return name+""+age;
}
here, name and age are parameters.
hello("Venkatesh",20); //here, Venkatesh and 20 are arguments.👍
Sir did you make videos on UI
IF yrs please provide link
Hi andi, Do you mean frontend videos or UI Design like figma?
If UI design like figma, then not yet made videos andi. I have made full stack course like frontend, backend, MERN Stack. will plan figma ui designs course in the future👍
@VenkateshMogili I am asking about User interface
@VenkateshMogili sir do you have videos🎥 on java also? If you are having please share me the link I will go through that also
@VenkateshMogili Thanks for the reply sir I am asking videos on User interface sir if you are planing to do videos i will wait for them sir thank you
No andi, java is not available yet.
For reducer how to write jest?
there will be mocking concept in jest, through that we can write test cases for functions, apis, as reducers are functions so we can write. I will try to make a video on mocking soon👍
@@VenkateshMogili tnq, if possible make a video on how to write jest for actions in react and some methods should have service in actions with dispatch so kindly help in this..
Tnq soo much for ur beautiful videos
Kindly note my point and if possible u can make a video with a week is much helpful
sure brother, i will make as soon as possible👍
node index ani type chesthay "MODULE _NOT_FOUND" ani vasthundhi bro
exact directly lo run chesaro ledho chudandi bro. file location different unna ledha edaina npm module install ayyi lekapoina ala module not found ani error vachuddi.
material-UI video cheyandi bro
Ok sure bro, tappakunda chesthanu👍
this is old version you said we need latest videos on latest versions updates
Yes andi, the new version is already posted. Please check the redux playlist, link is given below:
Redux toolkit 👇
ruclips.net/video/Q_OoBte4Gd8/видео.html
Redux Full Playlist 👇
ruclips.net/video/xD0jxZiF95s/видео.html
great brothet countunue
Thank you brother😍👍
contact application video??missing bro please add
Sorry bro, it's not available in public access, it can be accessed to members only.
Bro na application lo store lo unna state variables output lo render avvatle bro, alaage redux developer tool lo kuda no store is available antundi. Can you please tell me the reason?
And I want to join ur channel to get all the content. Pls guide me once how to join🙏
Okasari mottam store, component ki connect ayyundho ledho chudandi bro. Redux developer tools lo enable avvalante, first app ki bind ayyi undali Provider component dwara. Alane windows command ni store daggara isthene developer tools lo chupinchuddi bro, okasari video ni as it is follow avvandi, ekkada mis avuthunnaro ardamavvuddi👍 chinna mistake unna store create avvadhu, alane connect avvadhu, exact same packages nunchi import chesukovali, nodejs code and reactjs code rendu different, okasari check cheyandi import use chesaro leka require use chesaro. Inkosari video repeat cheyandi, error dorikesuddi👍 edaina error vasthe naa mail ki screenshot pampandi mogilivenkatesh3@gmail.com 👍
Channel membership plans video 👇
ruclips.net/video/mz7T-OH_ncc/видео.html
@@VenkateshMogili thank you so much bro, I will check again and update you.
bro node modules ni prathi sari install cheysukunda mana laptop lo okasari install cheysukoni evry project ki use cheysukovachaa?
okavela velunte aa procudere enti bro nuvu free ga unnapudu reply me bro
Yes bro, dheeniki solution undhi but efficient solution kadhu adhi. npm link use chesthe packages anni global ga unte net tho avasaram lekunda install chesukovachu bro. okasari npm link gurinchi search cheyandi in depth details vasthai. command aithe just npm link use chesthe saripothundhi, edaina package specific ga kavali ante npm link package-name run chesthe aa package global ga unte local project ki copy aipoddi. Node develop chesina athane cheppadu ee node modules concept anedhu oka drawbacks lo okati ani. present naaku telisina solution idhi bro, but nenu research chesthunnanu deeniki edaina efficient solution try cheddam ani. okavela future lo edaina solution vasthe kachithamga share chesthanu bro😊👍
@@VenkateshMogili thanks for you r valuble info bro ur best guru thank you
Hi brother awesome video.i have one doubt.i'm from IIIT Nuzvid, your junior.How can I reach you can you please let me know
Hi Bhavani, mogilivenkatesh3@gmail.com this is my email, you can reach me out through mail.
bro redux saga antaru, ante enti bro ,ante redux ey na or inkedanna diffrent pakage unda redux-saga ani unte dani meda kuda videos chey bro pls
Yes bro, just ippude Redux Saga Crash Course release chesanu. Okasari chudandi, idea vachuddi👍
ruclips.net/video/TbYJPsQ9gLI/видео.html&lc=UgzgzNEC3BqTuY85kHl4AaABAg
@@VenkateshMogili oh god nuvu demudivi sami 😶😀🙏🙏😍😍😍 thank you soo much
Bro react redux complete course edhi leka Inka redux gurinchi nerchukovala
idhi old version redux bro, indhulo core concepts anni untai. but latest version redux toolkit bro, adhi okasari check cheyandi.
ruclips.net/video/Q_OoBte4Gd8/видео.html
Tq bro ❤️❤️❤️❤️❤️❤️❤️q
You're welcome bro❤️❤️❤️
front end and back end videos chey bro
Okay sure bro, eeroje React Crash Course final part release chesa bro. Next backend nodejs course start chesthunnanu. Once adhi kuda finish aithe rendu combine chesi projects chesi upload chesthanu bro👍
@@VenkateshMogili ok thanku bro
Hi Sir
RUclipsrs lo evarini adigina deniki correct ga answer ivvadam ledhu and konthamandhi cheppadam ledhu , so meeru ayina cheputharu anni assithunannu
Full stack web development lo front end language, frameworks and back end lo languages and frame works emi nerchukovali , complete ga okka professional level ga high paid job ravali unte .
Please Sir Cheppandi
Frontend ki Reactjs/angular, backend nodejs/java/python nerchukunte saripoddandi. high paid job anedhi mana experience batti, manam apply chesina company brand batti depend ayyi untai andi. So, skills undi, experience unte high paid job definitely vachuddi. Fresher ga normal companies ki entha try chesina with lots of skills, vallu 3-8 lpa madyalo istharandi. companies peddavi aithe inka ekkuva istharu, but interviews lo use leni questions adugutharu like ds, algorithms. So, naa suggestion enti ante, meeru passionate full stack developer avvali anukunte oka medium company ki mee skills ki worth ayye company ki apply cheyandi nenu paina mention chesina frameworks nerchukunnaka. Mee doubt clear ayyindhi anukuntunnanu.👍
@@VenkateshMogili ok Sir
Thank you
Front end lo - HTML , CSS , JAVASCRIPT, REACT JS , ANGULAR, REDUX ( MEAN AND MERN STACK COVER AVUTHAYI )
BACK END AND DATABASES LO
EXPRESS JS
NODE JS
MONGODB
SQL
Meeru cheppinattu data structures and algorithms kuda nerchukunta additional ga
Inka ammana nerchukovala chepandi ? Or thank you guidance.
@@VenkateshMogili Meeru kuda full stack web developer kadha , Mee insights and manchi package achieve cheyali anna , full stack web development side lo manchiga career start cheyali unte Mee experience Cheppandi Sir
work support provide chestara andi
Sorry andi, work support not available andi. only full courses are available in vmtraining.netlify.app
bro nuvu intha ela, anni days lo nerchukunnao bro, neku eni yers experience undi bro cheyppava pls endukante mem ivani nerchukovalante baga time paduthudi ,adi na falut aa or andaiki anthey time paduthunda ani naku doubt osthudni bro neku enni yera ga programing experince undi bro eypatinunchi nuvu e filed lo unnao bro can u tell me pls inka nuvu react enni days lo nerchukunnao bro
Naaku web development ante passion bro Intermediate 1st year nunchi. I'm from IIIT Nuzvid. maaku clz lo enter avvagane laptops istharu. So, except 1st semester till final year varaku nenu own ga nerchukuntune unnanu, around 70 projects paine chesanu, more than 5 companies change ayyanu, naa total experience count lo aithe 2019 passed out, 2 years. exactga aithe 6 months. Kani actual experience aithe nenu 8 years ga consider chesukuntanu. endukante clz lo nenu chadhivindhi zero. 7.57 tho pass ayyanu exams mundhu roju chadhivi. React aithe nenu 4 days lo nerchukunnanu, still nerchukuntune unnanu, naakeppudu perfect ane word kante enjoy chesthu nerchukovadam istam. so, counting, syllabus avemi lekka cheyanu, naaku ee time ki edhi nerchukovali anipisthe adhi start chesthanu, interesting ga unte indepthga nerchukuntanu, bore kodithe veredhi nerchukuntanu. around 35 languages chusanu ippati varaku. Learning chala fastga unduddi interest vasthe. React start cheyakamundhu Angular lo 1 year work chesanu. React kastam trending annarani start chesanu, kani start chesaka intha simplest, powerful framework ippati varaku chudaledhu. Nenu cheppe videos anni naa life lo ekkado okachota experience chesinave, vatilo unna real time examples e videos rupam vasthai bro. inka nenu indepth research chesthanu 100% quality and perfect content ivvadaniki. Konni videos more than 1 time chusi practice chesthe chala easyga vachesthai bro. All the best👍
@@VenkateshMogili thankyou fr the awesome content Venky ,I guess you are the best who made stuff on redux thing easier..keep doing stuff..we will be hanging here fr more like this
sure bro😊😊👍
Bro angular kuda explain chestara
Yes bro, I'm planning to Angular too. There are many in my list, so it will take sometime but definitely I will make Angular course soon.
@@VenkateshMogili thanks
❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
Thank you bro❤️❤️❤️
React alll vedios ekkada vunnai bro...
ruclips.net/p/PLyR4MnfgcsQFta_h6w9SylC2ev_DfRVJd
Ee playlist lo unnai bro👍
Antha okay bro but konchem fast ga undhi
try to use playback speed bro, for beginners it looks little bit difficult, but try it practically in code so that you will get complete idea.👍
hii bro. redux ee okka video chuste chala bro ?
Hi bro, idhi old version bro. latest versio redux toolkit. ee rendu chusthe idea vachuddi bro redux meeda.
@@VenkateshMogili ok. thank you so much bro
Bro I need react js work support Plz let me know
Sorry bro, job support is not available currently. Only freelancing is available.
Ala kadu bro na project ki me wrk support kavali antunna
Bro mana Palamner mogili na
Ledhu bro, I'm from East Godavari District, R. Chandram Palem near Kakinda city.
Sure kadu broo.. memu beginners maku nuvve teach cheyali evani... Ne valla react nerchukunam epudu redux kuda.
😄😄😄 tappakunda bro, I will share my knowledge with 200% effort to explain as simple as possible to get complete idea from beginners to advanced learners bro. Next video is coming tomorrow on closures, spread operator, it will definitely helpful for any JavaScript developer bro😊😊
100 like..........
😍😍😍❤❤❤
Hi bro react job vachindi support kavali bro
React training batch is starting from May 15th bro, If you want to learn react and to clear any doubt regarding particular topic on the moment you can join. vmtraining.netlify.app please visit this site and check the course details. I mentioned my contact details to clear any queries regarding the course in the website. I can give a confidence to get job/ to work in real time projects like good developers, but we can't give job support bro. Not only me, no ethical developer will do job support because the person who is getting support may feel safe until the job supporter leaves, that means life time depending on the job supporter. Indirectly job supporters are spoiling the great careers of developers. That's why we decided to not give any job support rather we will give training which gives a complete confidence that they dont need to depend on anyone and money also will be saved. that's my opinion, so let me know ur opinion on this and contact me through mogilivenkatesh3@gmail.com if any queries related to course.
Help me bro
please send mail to mogilivenkatesh3@gmail.com if any queries, i have give reply to other comment too. once check it and let me know if u have any queries. 👍
chala simple ga arthamayyela chepparu... thank you so much sir....
You're welcome and thank you andi❤