MERN Stack in Tamil : Ecommerce Website #5 - React Project, Redux Setup & Product Listing

  Рет қаралды 11,905

JVL code

JVL code

Күн бұрын

Пікірлер: 50
@MuthuDev3
@MuthuDev3 Ай бұрын
My Notes: 26:08 - custom title using react helmet async 32:23 - using Redux 43:40 - create products reducer 58:27 - creating products actions 1:12:35 - proxy details 1:41:52 - showing error alert 1:53:17 - creating single product reducer
@manigopal89
@manigopal89 2 жыл бұрын
next part kaaga waiting... seekrama poatta nalla irukum.. .really happy to see someones posting this and really thankyou for all your timing & effort on this tutor.
@kmCode8262
@kmCode8262 6 ай бұрын
41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@mohammedsuhail.s192
@mohammedsuhail.s192 6 ай бұрын
bro itha potu parunga enakum same error tha vanthuchu import { combineReducers, configureStore } from "@reduxjs/toolkit"; import { thunk } from 'redux-thunk'; import productsReducer from './slices/productSlices'; const reducer = combineReducers({ productsState:productsReducer }) const store = configureStore({ reducer, middleware: (getDefaultMiddleware) => getDefaultMiddleware().concat(thunk) }) export default store;
@TellYou-bj4pv
@TellYou-bj4pv 5 ай бұрын
Solution
@kmCode8262
@kmCode8262 5 ай бұрын
@@TellYou-bj4pv now it's working
@qublascience369
@qublascience369 6 ай бұрын
If we using fledged redux state management, don't we need to use use state hooks for saving temporary variables sir?
@VenujanSrithar
@VenujanSrithar 3 ай бұрын
These tostify properties and theme are not working for me. And no errors arise. What will be the problem. And toastify version also 10.0.6
@susmithsurendran703
@susmithsurendran703 Ай бұрын
Frontend Folder PS D:\videos\MERN-JVL\jvlCart\frontend> npm install --save react-toastify Home.js import { toast } from "react-toastify"; useEffect(() => { return toast.error("Error", { position: "bottom-center" }); dispatch(getProducts); }, []); App.js import { ToastContainer } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; function App() { return ( ); } export default App; LET ME KNOW PLEASE................................................................
@vivekb4236
@vivekb4236 8 ай бұрын
Crystal clear explain❤❤❤
@kmCode8262
@kmCode8262 6 ай бұрын
41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@kumaranj707
@kumaranj707 2 жыл бұрын
It's really helpful to gain our knowledge, thank you for sharing your knowledge to us bro ,,you really put lot of efforts for us ,
@JVLcode
@JVLcode 2 жыл бұрын
Thanks and welcome
@kmCode8262
@kmCode8262 6 ай бұрын
@@JVLcode 41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@informer9261
@informer9261 2 жыл бұрын
U will reach 100 k soon
@sanjayn6812
@sanjayn6812 10 ай бұрын
redux-thunk does not contain a default export error.Please any one help to solve this error
@aswinchandru847
@aswinchandru847 10 ай бұрын
bro did you solved this error?
@kmCode8262
@kmCode8262 6 ай бұрын
@@aswinchandru847 41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@lourduradjou182
@lourduradjou182 5 ай бұрын
no need to use thunk ...while using reduxjs/toolkit
@thalaivaumar1525
@thalaivaumar1525 4 ай бұрын
Use like this, npm i axios react-helmet-async redux@4.2.1 react-redux redux-thunk redux-devtools-extension react-router-dom
@Abil15
@Abil15 4 ай бұрын
​@@aswinchandru847 I have solved bro by using middleware:(getDefaultMiddleware)=> getDefaultMiddleware() write this command under middleware option
@aravindkumark4527
@aravindkumark4527 2 жыл бұрын
Useful visual Studio extensions for developers video podunga bro ✌
@rahulsarath8680
@rahulsarath8680 2 жыл бұрын
Waiting for next part
@reybaiqi
@reybaiqi 2 жыл бұрын
Thanks a lot bro
@JVLcode
@JVLcode 2 жыл бұрын
Always welcome
@lifebest4404
@lifebest4404 2 жыл бұрын
Bro amazing intha tutorial a react laravel a veithu seithu kattunga bro
@nithish034
@nithish034 Жыл бұрын
Bro github repository shows 404 error
@Eng-to-Tam
@Eng-to-Tam 2 жыл бұрын
sir laraval form validation advanced video upload
@priyas2747
@priyas2747 Жыл бұрын
Redux la state la product details update agala sir....
@aswinchandru847
@aswinchandru847 10 ай бұрын
Did you solved this
@DhanushPandian-ov8zd
@DhanushPandian-ov8zd 9 ай бұрын
@@aswinchandru847 did you solved the error
@kmCode8262
@kmCode8262 6 ай бұрын
41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@KISSUKUU
@KISSUKUU 2 жыл бұрын
Bruhh backend ku php padikattuma illana nodejs konjam seekram sollunga bruhhh edhuku future la nalla scope irukum
@ramkumarb6176
@ramkumarb6176 10 ай бұрын
Hi, Really very helpful. I have no words to say thanks to you. I have a doubt while fetching data from API in the front end using Axios. While doing that, I'm getting 304 errors. I don't know how to rectify it. Do you know if the code will need to be changed anywhere? If so, it is from the backend or front end. But I installed reduxjs toolkit instead of redux and changed the code accordingly. Help me with this as soon as possible.
@kmCode8262
@kmCode8262 6 ай бұрын
41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@naveenchander7053
@naveenchander7053 Жыл бұрын
nice bro
@zamranahamed4387
@zamranahamed4387 9 ай бұрын
you shown the github and given github link is not same bro there are different 😢😢
@JVLcode
@JVLcode 9 ай бұрын
No difference bro. Same github repo only. kindly check it again.
@kmCode8262
@kmCode8262 6 ай бұрын
@@JVLcode 41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@kumaranj707
@kumaranj707 2 жыл бұрын
Bro for store state value. can we use to ReactContext instead of redux ? Will you explain difference b/w ReactContext and redux?
@jaykalai1761
@jaykalai1761 2 жыл бұрын
Bro one doubt
@zamranahamed4387
@zamranahamed4387 9 ай бұрын
anyone please sent me that github link😭😭
@kmCode8262
@kmCode8262 6 ай бұрын
41:10 la provider set panina piraku error(middleware field must be call back) varuthu work ahkala
@cyberresearcher2044
@cyberresearcher2044 2 жыл бұрын
Bro next part yappa bro
@Steve-dev
@Steve-dev 2 жыл бұрын
Mysql tutorials panuga bro🤕
@jaykalai1761
@jaykalai1761 2 жыл бұрын
Can I get one number
@Raj9791852283
@Raj9791852283 Жыл бұрын
Big effort. Hats off
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
React Ecommerce Project in Tamil | 4 Hours Full Video
3:41:02
JVL code
Рет қаралды 159 М.
Mastering Redux in React Native Expo: A Comprehensive Tutorial (In Tamil)
18:39
Vetrivel Ravi தமிழ்
Рет қаралды 886
Peaceful Soft Quran For Deep Sleep, Stress Relief, & Healing ✦ NOOR
2:28:59
NOOR - Holy Quran
Рет қаралды 1,4 МЛН
Quiet Night: Deep Sleep Music with Black Screen - Fall Asleep with Ambient Music
3:05:46