How does this compare to, say, Wes Bos's course?
Learn React for free
11–20 of 73 posts
Re: Learn React for free
#12Re: Learn React for free
#13Why would you even pay to learn React? The official doc is free and takes only few hours of reading.
I learned most of it myself but bought a Udemy course for Black Friday. I find the docs to be quite confusing to be honest. I know it's not React but Redux's docs aren't great either. Concepts quite hard to understand at first.
FWIW, a lot of people tell us Redux's docs are "great", but we've also had people tell us they aren't helpful. Kinda hard to figure out how to make improvements based on that kind of conflicting feedback :)
We are actually looking at revamping the Redux docs in the near future [0]. If you've got any specific concerns or suggestions on how we can improve things, please let me know directly, or comment on that issue.
Also, besides the docs, you may be interested in my suggested resources for learning Redux [1], including my own Redux workshop slides [2].
[0] https://github.com/reduxjs/redux/issues/2590
[1] http://blog.isquaredsoftware.com/2017/12/blogged-answers-lea...
[2] https://blog.isquaredsoftware.com/2018/06/redux-fundamentals...
Re: Learn React for free
#14This actually looks like a pretty good resource. The combination of a voiceover and an interactive editor looks pretty neat. Noting this for future reference. If anyone's interested in further resources, I'd suggest checking out my suggested resources for learning React [0], my React/Redux links list [1], and the Reactiflux chat channels on Discord [2]. [0] http://blog.isquaredsoftware.com/2017/12/blogged-answers-lea…
Re: Learn React for free
#15Re: Learn React for free
#16I use React daily so wasn't expecting to learn much, but the vids on forms were helpful! Handling form submission can actually get pretty annoying in React if you want to do anything remotely customized. Also love the idea of including "Project Ideas for Practicing" as its own module. Two thumbs way up.
Re: Learn React for free
#17Why would you even pay to learn React? The official doc is free and takes only few hours of reading.
Re: Learn React for free
#18Why would you even pay to learn React? The official doc is free and takes only few hours of reading.
There seems to be a culture of collecting Udemy courses among fledgeling web developers.
Re: Learn React for free
#19Earlier quoted context omitted.
I learned most of it myself but bought a Udemy course for Black Friday. I find the docs to be quite confusing to be honest. I know it's not React but Redux's docs aren't great either. Concepts quite hard to understand at first.
Hi, I'm a Redux maintainer. FWIW, a lot of people tell us Redux's docs are "great", but we've also had people tell us they aren't helpful. Kinda hard to figure out how to make improvements based on that kind of conflicting feedback :) We are actually looking at revamping the Redux docs in the near future [0]. If you've got any specific concerns or suggestions on how we can improve things, please let me know directly,…
Re: Learn React for free
#20Earlier quoted context omitted.
Hi, I'm a Redux maintainer. FWIW, a lot of people tell us Redux's docs are "great", but we've also had people tell us they aren't helpful. Kinda hard to figure out how to make improvements based on that kind of conflicting feedback :) We are actually looking at revamping the Redux docs in the near future [0]. If you've got any specific concerns or suggestions on how we can improve things, please let me know directly,…
The Udemy course that I saw gives an anology to how Redux is meant to work in the form of an Insurance Company and how Action Creators, Actions, Reducers, Stores etc. map to a real world scenario. That really helped my understanding of the 'Redux' model.