DEV Community

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

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!