Stop Stumbling Around in React Learning Darkness (epicreact.dev)Sep 28, 2020
Learning can be a lot like stumbling around in the darkness. Except not only is there no illumination to guide you, you're also in someone else's house and their kids are less clean than yours and their dogs are darker and less forgiving than yours.
My journey to mastering React (dev.to)Sep 14, 2020
I have once again started learning React, but this time I’m sticking to it. I’ll try to point out my mistakes and why it didn’t work out the first time.
What I wish I knew about React (bitsofco.de)Apr 28, 2020
A couple weeks ago I started working on my first React application. Not only was it my first React application, but it was also my first React Native application, so a lot was new to me all in one go.
A Visual Guide To React Mental Models (obedparla.com)Apr 26, 2020
I work with React every day and I’m constantly finding solutions to challenging problems. I can do that by having good mental models around React. In this article I will explain those mental models that help me solve problems and tame complexity.
How React Taught Me JavaScript (telerik.com)Dec 17, 2019
Here are some of the most interesting features of React that I encountered as a JavaScript developer learning React for the first time. Hopefully my experiences can help you get to know these features too.
How I Learned React (daveceddia.com)Oct 17, 2019
Breaking up big problems into tiny bite-sized ones is the only way to really get anything done in this world. It’s how I taught myself React, and it’s how I approach a lot of problems in software.
So You Really Want to Learn React? Well, So Do I. (impressivewebs.com)Sep 03, 2019
I probably don’t need to tell you that if you want to make it easier marketing yourself as a strong front-end web developer, it’s important to learn React. No, it’s not absolutely crucial, nor is it required. But React is undoubtedly the most important UI library in the front-end landscape in 2019 and it’s not going away anytime soon.
Why Did I Have Difficulty Learning React? (snook.ca)Jul 01, 2019
Just over six months into a job doing React development, I’ve been trying to figure out why it has taken me so long to feel comfortable with it. (Comfortable feels a bit too ambitious of a word. Maybe competent? Unexceptional? Whichever.)
Getting Started with React (2019 Edition) (scotch.io)Mar 19, 2019
React is the uber popular JavaScript library that is almost everywhere you look these days. Learning React opens up a whole new way to build front-end experiences like websites, mobile apps, and more.
How to learn React.js in 2019 (robinwieruch.de)Jan 01, 2019
How to become a React developer in 2019. A guide that shows one how to learn React step by step, which JavaScript skills are needed to get started, and how to commit yourself every day to learn React.
All Things React (telerik.com)May 21, 2018
Discover everything from the basics to the cutting-edge of React - Render Props, Context API, Suspense, CSS-in-JS, Progressive Web Apps, UI Libraries and more.
How to learn React, Angular or Vue in 2018? (robinwieruch.de)Jan 31, 2018
How to learn React, Vue, Angular or any other framework? For many developers this question pops up every day. The article should give actionable guidance on how to escape the analysis paralysis and how to get from consuming to producing by following a simple learning framework.
Learning React? Start Small (daveceddia.com)Jun 21, 2017
I have been trying to learn React for the past year now, on and off. No matter how much I try, I just cannot seem to get off the tutorials. The code just isn’t intuitive.