ReactJS / Redux Tutorial - #1 Introduction

preview_player
Показать описание
Redux has the power of greatly enhancing your ReactJS app. Let me introduce you to this Tutorial Series on ReactJS / Redux.

----------

----------

• Follow @maxedapps and @academind_real on Twitter

See you in the videos!

----------

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

Liked the way of Continuation. You the man. A smooth flow from React basic to Redux. Hats off. Take a bow.

shaikatjibs
Автор

Thank you sooo much Max! I was able to understand redux (and how simple it really is!!!) just by watching this series! You are the greatest teacher alive. I wish I had/have more teachers like you. All the best Max

Ambass
Автор

Watched the whole series in one day, with no prior knowledge of Redux at all, now feeling quite confident about both Redux and React. I had to install "babel-core" as it was not included in the GitHub repo package.json.
Conclusion: This is a great series and I absolutely recommend it.
Thanks Max,

konosh
Автор

I watching this video without the knowledge of the english language, but your diction is clear even to me.
Your videos are very helpful

uberjs
Автор

Since I watch your videos (I started with node basics) my skills have improved so much! I love how fast and straight I learn with your videos. Great Job and thank you! :)

geeksy
Автор

Great series on Redux... I really like how you started the series by showing how Redux works natively (without React).

Thanks!

aronsb
Автор

As always great series.This helped me to get as comfortable with Redux as with React in the previous series. Thanks!

aleksandarrajic
Автор

Guys, if you run into any problems later in this course (lesson 6 or 7). Execute the following command:

npm install --only=dev --save babel-core

My friend and I ran into the same problem and we fixed it by installing the babel-core dependency.

domicio
Автор

A student of yours on Angularjs Udemy course - appreciate you making reactjs tutorial videos!!!

pokegaiyui
Автор

i guess one should choose if using redux according to situation, but it's important to keep in mind that applications can grow and become more complex, the question is not if the application requires redux, because every project starts small, i would rather ask myself if the applications needs to be scalable

nuniezjorge
Автор

Spend the same amount of time learning vueJS as you do React .... see which one you learn faster ... I bet you it will be vueJS, it's awesome.

JohnSmith-rnvl
Автор

Ultra fan of your Channel Max! Very thankfull to u!

ManuJimenez
Автор

A tutorial series for electron would be nice.

conneraldrich
Автор

This series help me a lot. I always like your tutorials :D

soujitendou
Автор

last series was awesome and lookslike this wil also b the same.

nag
Автор

If you downloaded/cloned the branch of and got
"The syntax of the command is incorrect."
when you ran npm run build in window environment.

That is because you need to change in package.json
"build": "webpack -d && cp src/index.html dist/index.html && webpack-dev-server --content-base src/ --inline --hot --history-api-fallback",
to
"build": "webpack -d && copy src\\index.html dist\\index.html && webpack-dev-server --content-base src\\ --inline --hot --history-api-fallback",

MsAnnieHuang
Автор

what kind of ide did you use for this vid?

is it intellij with plugins? or webstorm?

softwaredeveloper
Автор

This is awesome! Are you considering doing some tutorials on using Redux in Angular with rxjs and the ngrx store? Thanks :)

tappiera
Автор

A tutorial series for react-native would be nice.

anmolgupta-inqb
Автор

H! Your tutorials are so great and easy to understand. Do you have in plan to show how to do user authentitication with react-redux using jwt token and also protecting pages from non-authorized access? I would be enourmous gratefull.

ivanvulovic