DEV Community

Cover image for Straightening out the React/Redux learning curve part 1 - Intro to React

Straightening out the React/Redux learning curve part 1 - Intro to React

Andrej Naumovski on December 02, 2017

Disclaimer: I'm writing these posts in multiple parts just so that it's better separated and so my conscience can bother me that I have to actually...
Collapse
 
hamzaop profile image
Hamza

Great article ! I love anything related to React :D , for what it's worth, I think we should use functional components instead of the class keyword, it's considered best practice for stateless components, especially for newcomers to React.

Functional component

Collapse
 
andrejnaumovski profile image
Andrej Naumovski

I know, however I planned to continue explaining state on this component and have a separate blog post explaining stateless components. Still, thanks for the suggestion, glad you liked it!

Collapse
 
alexmidjich profile image
Alexander Midjich

Nice beginners article. I only recently started out with react and I think its awsome. In my experience it wasnt that complicated to begin with just react. The hard part though was when redux came in to the picture. Its great with react but Im still strugling to fully comprehend it. Looking forward to the next part.

Collapse
 
marlon_schultz profile image
Marlon Schultz

I was hoping that this a old article and the other steps are allready online. They aren´t. :(

Great article. :)

Collapse
 
andrejnaumovski profile image
Andrej Naumovski

Hi, I've been busy with exams this and the previous week. I'll continue writing them as soon as I have free time. Glad you liked it!

Collapse
 
koczkadavid profile image
David Koczka • Edited

Awesome article! But since React 16 you can use multiple parent objects :)

Collapse
 
andrejnaumovski profile image
Andrej Naumovski

Oh, I guess I should pay more attention to changelogs then. Thanks for the heads-up!