ivo naalaa enga nanbaa iruntheenga... yevlo tutorial paarthum yenakku clear illa... unga video romba helpful aa irunthuchu... we expect more videos from you... please don't disappoint us... thank you so much
@@tamilskillhub thanks bro i have one doubt in my website user login panrathuku munadi header la erukaa icon guest nu eruku after login and singin guest nu eruka icon name avanga own username ma change aganum so ethuku database venuma ela without database redux use paniye panlama and please please etha pathi konja oru vd podunga bro 3 days la project panum
Yeah we need user authentication like the logged in user is a valid person. Then we can have a redux state for that. You have to implement the login methods. Stay tuned I am working on Mern stack development for e commerce application with user and admin roles. Probably by next week it will be upload in our channel.
Its because of this error - An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft. Intha error en vanthuchunah we are updating and also returning new state. Rendume same time pannakoodathu. 1 Alternate solution using return in arrow function reducers: { increment: (state) => { return { ...state, value: state.value + 1 }; }, decrement: (state) => { return { ...state, value: state.value - 1 }; } }, You can have a look on this forum link - stackoverflow.com/questions/60806105/error-an-immer-producer-returned-a-new-value-and-modified-its-draft-either-r
ivo naalaa enga nanbaa iruntheenga... yevlo tutorial paarthum yenakku clear illa... unga video romba helpful aa irunthuchu... we expect more videos from you... please don't disappoint us... thank you so much
Thank you. Stay tuned
super video bro, nerya video pathan onum puriyala, but ur explaining well. counter thavira vera edhachi example vachi soli thanga bro
Your comments will be addressed
Perfect course for react in tamil keep going on bruhh 🔥
Thank you
Thank you:)
Thank you
Redux vandhu context mariya bruh?
No context and redux are different. But both have unique features. Based on the scenario we have to choose which to implement in your application
super bro 👍👍
Thank you
Redux saga na enanu konjam explain panirgala atleast short videovachum theliva...
Stay tuned
hi bro redux ku thani app create pani frontend code la import pananuma ?
No not needed. You can utilise redux on your own application. Just you need to configure store, reducer is enough
@@tamilskillhub thanks bro i have one doubt in my website user login panrathuku munadi header la erukaa icon guest nu eruku after login and singin guest nu eruka icon name avanga own username ma change aganum so ethuku database venuma ela without database redux use paniye panlama and please please etha pathi konja oru vd podunga bro 3 days la project panum
Yeah we need user authentication like the logged in user is a valid person. Then we can have a redux state for that. You have to implement the login methods. Stay tuned I am working on Mern stack development for e commerce application with user and admin roles. Probably by next week it will be upload in our channel.
Bro first time increment la arrow function use pana apo y increment agala
Its because of this error - An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.
Intha error en vanthuchunah we are updating and also returning new state. Rendume same time pannakoodathu.
1 Alternate solution using return in arrow function
reducers: {
increment: (state) => {
return { ...state, value: state.value + 1 };
},
decrement: (state) => {
return { ...state, value: state.value - 1 };
}
},
You can have a look on this forum link - stackoverflow.com/questions/60806105/error-an-immer-producer-returned-a-new-value-and-modified-its-draft-either-r
Bro neenga product list ah copy panningala atha yeathula poi panninga sollave illa detail ah
Check dummyjson website
thanks bro🤗
Thank you
thanks
Thank you
💚
Thank you