API Calls in React/Redux Part 4 - Connecting Redux and Passing Properties

preview_player
Показать описание


Follow us on:
Рекомендации по теме
Комментарии
Автор

Excellent tutorial. No one explains redux this simple !

neeerajtk
Автор

Thank you! Great tutorial. Easy to follow and a great tamplate to check how to make it work.

startmanful
Автор

Best react redux tutorial I've see so far... great for beginners -will have to get my interns to watch this

MohamedAfzalMullaTweetzal
Автор

I watched a good amount of quick tutorial on react + redux. This was def one of the best ones. Thanks!

michaelchambers
Автор

Thank You so much for this video, Great template to kick start works in redux. Many thanks

SivanKumarcva
Автор

I don't know who you are....but you are bae for making this

videogamesare
Автор

nice and simple...great explanation..
one thing I want to mention if your file name is index.js then you don't need to mention it when importing the file.. like:
import reducer from './reducers
that's just it..you don't need to do that :
import reducer from './reducers /index.js

MindsMusing
Автор

Thank you so much, after 2 complicated course, finally i learned that.

sajadbeheshti
Автор

Thank you so much. This was great! XOXO

gautamrajpal
Автор

hi sorry for the silly questions:
1-once you have something like this all you need to do is upload the folder and all the source files to any hosting and thats it? or you need a nodeJS server or something?
2-can you combine lets say an html5 file that has bootstrap, google API, Jquery with axios for the API call?
thanks

AndresLeonRangel
Автор

Your videos are good but I wish you would go over everything you did again at the end. This way I can connect the dots better.

rajastylez
Автор

try using a bit more spaces to make it look cleaner ... thank you

voalcalisticTanmay
Автор

Thank You so much for this video, Now I learn about React, redux and API, and I do same trick in another project and its working, but in this example I got error like:

TypeError: this.props.handleClick is not a function
13 | >
14 | <button
15 | onClick={() => {
> 16 | this.props.handleClick();
| ^ 17 | }}
18 | >
19 | Change Color

where it's problem??
I can't finded, so can you help me please.

raxeshpancholi
Автор

Pretty Great! Just curious why my eventHandler worked...my code for the button was:

<button className='btn btn-warning'>Change Color</button>

No clue why this worked, as 'handleClick was not written anywhere. Thanks for the tutorial...I have taken a couple of other Redux tuts that made my brain hurt.

garrettbaker
Автор

how to type that object literal sign ' like this

playergamer