Live data from Hacker News

Learn React for free

scrimba.com

11–20 of 73 posts

Re: Learn React for free

#13

Why 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.

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, 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

#14

This 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…

It's pretty nice. You might like Imba too!

http://imba.io/

Re: Learn React for free

#16

I 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.

I can highly recommend Gosha Arinich's articles on working with forms in React:

https://goshakkk.name/on-forms-react/

Re: Learn React for free

#18

Why 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.

Do people actually put that kind of stuff on resumes? I've done a good handful of MOOC courses (usually not all the way through to be fair), but I can't imagine actually paying for a certificate so I can put it on my resume. If I want to show that I know React I'd rather just build something with it, throw it on github, and list it as a side-project.

Re: Learn React for free

#19

Earlier 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,…

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.

Re: Learn React for free

#20

Earlier 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.

Gotcha. Any aspects of the Redux docs that you felt didn't explain things well enough?
Post reply on HN