React JS / Redux Tutorial - 6 - Provider

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I really like your videos, sometimes(most times), people overwhelm you with complicated words for concepts that are not really that complicated. It's very discouraging, people sometimes give up just when they hear a word like router reducer, but you don't do that, and it's very rare for someone to explain things so well. I think you have a real talent.

jordantchoukanski
Автор

Dying.
"Something they made for people who are too lazy to type Function"

Mathspy
Автор

If I used curly braces on App.js, I got an error.

const App = () => {
<div>
<h2>Username List:</h2>
<hr />
<h2>User Details:</h2>
</div>
};

but if I used this, there is no error :

const App = () => (
<div>
<h2>Username List:</h2>
<hr />
<h2>User Details:</h2>
</div>
);

why?.. as far as I know fat arrow functions use curly braces, right?..

denniscai
Автор

Which keyboard do you use! It is so loud.
PS: Love your video series.

rawatpallavi
Автор

Why use require() on the scss? You've been using ES6 import the whole series up until now.

Eichro
Автор

Bro I notice you call refactor refractor, thought it's funny, I used to say it that way too :D

ipurelike
Автор

Hey, this is bar none the clearest demonstration of Redux I've ever viewed. I couldn't imagine a better demonstration sequence. super helpful - thanks!

austinbaltes
Автор

What happened to the typical Bosten accent? Not trying to sound smaht.

abem
Автор

Fixed all other errors I was getting but this one is boggling my mind:

ERROR in ./dev/js/index.js
Module build failed: SyntaxError: Unexpected token (19:4)

17 |
18 | ReactDOM.render(
> 19 | <Provider store={store}>
| ^
20 | <App />
21 | </Provider>,
22 |

Azraelfrost
Автор

To fix the node-sass error, go in packages.json and change the version to the latest one (4.9.4 when writing this comment). The version Bucky used doesn't work with node 6+

vediboy
Автор

thank you for this very easy to follow tutorial.
Do you think it is better to use .jsx extension for containers? (or whatever tags are been used)

pikilon
Автор

I have a question i have an error and it says "'return' outside of function" btw i am new from react. Thanks for the answer

asuka
Автор

Very Nice explanation! I just subscribed.

jFernandoZ
Автор

got this error????
A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.????

harminder
Автор

Watching this two years after it was released and wow this is still the best explanation of the whole thing on the internet!! i definitely will come back to this when i am trying to get my practice project running

tyjaniihassan
Автор

Great tutorial, but saying things are easy all the time is kinda anti-pedagogical.

ruimmvilela
Автор

sir..
dont we need to export users from the index in reducer and import them to this

rohithrnair
Автор

getting error
Uncaught TypeError: (0, _redux.createstore) is not a function

akshayrautela
Автор

Now we are getting confunse... time to asimilate all @.@

JuanPareles
Автор

love the videos! you should do a diff accent for every intro

pl