Hello Everyone, In 17:20 Minute, It is react-redux but I said like react-reducer...my apologize for that. We can import component only from react-redux package.
can't believe e tech tutorials 2 years back miru upload chearu antey, thanks a lot mi channel ippudu unna anni popular tech channels kantey superb gaa undi..... inka telugu loo..... amazing anna superb...keeping doing the same underrated channel anna, your hardwork will payoff soon. lots of love from Kadapa.
I'm new to react and banging head to learn redux.. This video in our Telugu language is simple and easily understandable.. Thanks for all your efforts in creating n presenting such a nice pictorial representation and a practical simple project on how redux works.. Hats off bro :)
Hi @aparna s, Thank you so much for mentioning about pictorial representation, I spend more time on creating pictorial representation than explaining the concept. Thanks for the comment :)
Your redux tutorial is very short and easy to understand.Before this redux was a nightmare. now iam confident i can handle. all of your videos are very useful. keep going. you are helping people like me a lot.
when i first seeing things class i am unable to understand but i seen once again everything i got in sec attempt .but things to understand is takes time. Here i understand about be patience and Do Hardwork towards the work.
Hi bro,Thanks a lot. Your videos really helping me a lot. can you please create a video like below scenario 1.Get data from Api using axios 2.Create a form with different controls 3.fill dropdowns values from Api 4.When I submit form values it should display in data table 5.when I click row in data table, rows values prefill in form for edit and save. Note : Please use react hooks and redux
yes bro, Just create the actionCreator for dispatching user details as payload to reset (store value) using reducers under App.js Component, submit your form details like username, email under submitHandler button. In submitHandler button tag add an (onClick event Handler) with an arrow funtion to send (user details as payload) as mentioned below onClick = { () => actionCreator({username:"guest","email":"guest@gmail.com"}) } This onClick event will revert back to actionCreator and from actionCreator to reducers (to reset the default store values of username, email)
What is the diff btw mapState ToProps and usezSelector, mapDispatch ToProps and use Dispatch bro, use Selector, use Dispatch use chesthey async use cheyyakar ledhu anukutna kadha in actions
Hi bro, I'd already uploaded video on react redux crud operation project. Video title will be Shopping cart app with react redux in telugu. Please watch this video bro....for sure, it will helps you :)
Hi bro, combineReducers is an simple helper function that we can import it from 'redux' using this combineReducers function we can maintain different reducing functions into a single reducing function that you can pass to createStore Example : export default combineReducers({ reducer1, reducer2, reducer3 }) We can import it as rootReducer to store.js as mentioned below import rootReducer from './reducer'; const store = createStore( rootReducer ); export default store;
No bro, I didn't delete any comment till date from our channel. RUclips will automatically remove any comments, if it is "suspicious". For example if any comment with more special characters or hexadecimal format type of comments will be automatically deleted by RUclips bro. So please ping your doubt in mail bro, for sure I will respond you soon
Hello Everyone,
In 17:20 Minute, It is react-redux but I said like react-reducer...my apologize for that. We can import component only from react-redux package.
Anna screen blurr avuthundi
Content empty chupistundi
Evaru bro nuvvu intha complex concept ni intha clear ga cheppav 🫡
You are helping us a lot. Spreading knowledge is a Great service. Thank you sir.
Thanks for the great comment bro :)
Thanks!
can't believe e tech tutorials 2 years back miru upload chearu antey,
thanks a lot mi channel ippudu unna anni popular tech channels kantey superb gaa undi..... inka telugu loo..... amazing anna superb...keeping doing the same
underrated channel anna, your hardwork will payoff soon. lots of love from Kadapa.
Thanks for the comment :)
Have been searching for a detailed video of redux. Finally found the one.Thankyou
Thanks Bro, Naa doubts Anni clear ayyayi, thank u some much 😊😊😊
I'm new to react and banging head to learn redux.. This video in our Telugu language is simple and easily understandable.. Thanks for all your efforts in creating n presenting such a nice pictorial representation and a practical simple project on how redux works..
Hats off bro :)
Hi @aparna s,
Thank you so much for mentioning about pictorial representation, I spend more time on creating pictorial representation than explaining the concept.
Thanks for the comment :)
Tq tq so much....
Ur are a God gifted brother to us......
May God bless u with Health and wealth...
🥰🥰🥰
I am loving this channel , and your explanation.
Your redux tutorial is very short and easy to understand.Before this redux was a nightmare. now iam confident i can handle. all of your videos are very useful. keep going. you are helping people like me a lot.
Hello sir
Your explanation is very understandable
Thank u 🙏
super sir valuable videos even coaching institutes also they dont explain like this
Thank you So Much for a detailed explanation of React-Redux.
super explanation bro. Please keep doing the videos on various technology concepts.
when i first seeing things class i am unable to understand but i seen once again everything i got in sec attempt .but things to understand is takes time. Here i understand about be patience and Do Hardwork towards the work.
Hi Bro. Really your explanation is too good. Anyone can easily understand. Thank you very much for your help in learning bro.
Bro Nuvvu Super Bro..... thanks you so much for making these videos especially in Telugu.... these are helping lot, HOOKS also please
Sure bro, Thanks for the comment :)
@@TeluguSkillhub getting this error::: TypeError: Object(...) is not a function
from below code
7 | const middleWare = [thunk];
8 |
9 |
> 10 | const store = createStore(
11 | reducer,
12 | composeWithDevTools(applyMiddleware(...middleWare))
13 | );
NEED ASSISTANCE BRO ~~ Thanks
Thank you anna e video kosam challa wait chesa
Thanks for the comment :)
Anna naku doubts unnayi anna withrouter, @return, @property @class curl enduku use chestamu cheppandi
Thanks again for detailed explanation :))
Thnks bro.... Ur teaching skills awesome
Super explanation bro
It was helpful,
Thank you
Thank you so much for the video, good informative video.
Thank you so much for a great explanation
Hi bro,Thanks a lot. Your videos really helping me a lot.
can you please create a video like below scenario
1.Get data from Api using axios
2.Create a form with different controls
3.fill dropdowns values from Api
4.When I submit form values it should display in data table
5.when I click row in data table, rows values prefill in form for edit and save.
Note : Please use react hooks and redux
Cool Explanation ⭐
thank you so much.
Next hooks
Then db
Then full stack app with CRUD operations
Thanks a ton.
Sure bro, Thanks for the comment :)
Thnk u for giving this topic and ur dedication work...I hope also provide react hooks...
Sure bro :), Thanks for the comment
Thank you for giving amazing explanation react redux bro
Thank you for the video..
wow very nice bro very useful video
Perfect one bro..
Thanks for the great comment bro :)
bro redux use cheysi onchange event ni cheygalama ela cheygalam like user data thesukogalama
yes bro,
Just create the actionCreator for dispatching user details as payload to reset (store value) using reducers
under App.js Component, submit your form details like username, email under submitHandler button.
In submitHandler button tag add an (onClick event Handler) with an arrow funtion to send (user details as payload) as mentioned below
onClick = {
() => actionCreator({username:"guest","email":"guest@gmail.com"})
}
This onClick event will revert back to actionCreator and from actionCreator to reducers (to reset the default store values of username, email)
nyc..!!
explain pagination concept and ways to create pagination
do more react stuff. love your approach alot
if you don't mind...please do one video on the simple eCommerce application then we come to know the complete real-time scenario...
Sure bro :)
crazyyyyyyyyyyyyyyyyyyy explanation, thanks a lot fot video
thank u brother ...very good explanation
Thanks for the Content sir Really Helpful
super ayya
awesome anna
well explained bro
superb explanation bro....If possible do a project on redux bro
Thanks for the comment bro :)
Have uploade any project annna....can you please share that link in this return
Super Bro...
What is the diff btw mapState ToProps and usezSelector, mapDispatch ToProps and use Dispatch bro, use Selector, use Dispatch use chesthey async use cheyyakar ledhu anukutna kadha in actions
Great
Please Please please do a complex react redux video as we have done this. I dont know how to apply this concept for a bigger app.
Super, Thank You Bro
Can U Upload One Project Small Ecommerce
broooo can you please upload
signin afterfilling to open the home page
please broooo upload cheyyandi
Bro could you please provide one real time example for this redux concept
Supper
Thank you for this video bro, can you do crud operations based on redux??
Hi bro,
I'd already uploaded video on react redux crud operation project. Video title will be Shopping cart app with react redux in telugu. Please watch this video bro....for sure, it will helps you :)
@@TeluguSkillhub oh I see, thank you bro 🙏
Combine reducers cheppandi bro please
Hi bro,
combineReducers is an simple helper function that we can import it from 'redux'
using this combineReducers function we can maintain different reducing functions into a single reducing function that you can pass to createStore
Example :
export default combineReducers({
reducer1,
reducer2,
reducer3
})
We can import it as rootReducer to store.js as mentioned below
import rootReducer from './reducer';
const store = createStore(
rootReducer
);
export default store;
@@TeluguSkillhub thank you
Can you make a video about combine reducer.
Do one e-commerce application with mern stack bro
Sure bro :), Thanks for the comment
17:20 and 17:48 dagara react redux you said react reducer.correct it
yes bro, Thank you
Why bro you delete s my comment
No bro, I didn't delete any comment till date from our channel. RUclips will automatically remove any comments, if it is "suspicious".
For example if any comment with more special characters or hexadecimal format type of comments will be automatically deleted by RUclips bro.
So please ping your doubt in mail bro, for sure I will respond you soon
@@TeluguSkillhub thanks for your reply..i understood ..ok bro i will sent mail
Tq
send your github profile link
Meku Tamil language kuda vastadhi kada bro
yes bro :)
Bro could you give any mail,or discord or telegram for asking doughts
please ping me at teluguskillhub@gmail.com, For linkedIn connect please use profile url mentioned in the description bro :)