Learn Redux #5 — Creating our Redux Store

preview_player
Показать описание
Let's start talking about Redux and how we will create a Store to hold our data.
Рекомендации по теме
Комментарии
Автор

Hi Wes Bos,
Your tutorial is Awesome. I am new to react and redux. Still 15 More videos to go excited to watch that and practice that too.
I have few clarifications too.
1) Where is compse used? Because in the tutorial i didn't see its used.
2) Whether store has any size limit age.

vigneshsrinivasan
Автор

Great series, really helping to simplify things for me! I was just wondering though, how do we know when to use 'export default' or just 'export'?? Thanks in advance!

hoads
Автор

hey, thats a great video.. can i know what font are you using in the editor.. it looks very good especially the comments part..

I know this is not the right question to ask, but do you mind..

pradeetswamy
Автор

For some reason not seeing Provider and $r.store.getState() returns Uncaught TypeError: Cannot read property 'getState' of undefined

allpal
Автор

Great videos Wes :) Getting a weird error though... "store.js:19Uncaught TypeError: (0, _reactRouterRedux2.default) is not a function" - this is being triggered by the syncHistoryWithStore function. Any ideas? It's a new one on me!

MrRobhadfield
Автор

Where did you create store.js file? Which directory ?

supritkumar
Автор

What if the data is coming from an API and not store?

jonathan
Автор

What font are you using on the comments in atom?

PatrickKrawczykowskiDesigner
Автор

Hey, Wes Bos

Could you share the code in the tutorial in github?

Thanks

shihaosun
Автор

why u don`t show and skip how u installed all the libraries needed for redux in git via npm? cause it is very confusing it will be better cause we are still beginners in redux

feruzabeknazarova
Автор

I'm really liking the series, however I really think you should avoid doing the "let's write all the import statements in bulk" thing. It's really confusing. In my opinion you should go with the code step by step and if something is missing - tell us about it then and do the import. Instead you might as well copy-paste the entire block and be done with it, because it has no added value. I personally don't like any of the pre-emptive coding, as it's really hard to follow --- but hey, maybe it's just me.

That's just my five cents, hope it's constructive.

TheMikeAngelus
Автор

Data from source code? Data comes from API all the time. It is not a real-life application. I'm not going to watch it any longer :)

alexlyabah