The Top 10 most popular React articles of 2018
Thanks for another year of supporting the newsletter! Here are this years most popular articles.
Enjoy!
This article takes a closer look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability.
A complete breakdown on why we needed Redux in the past, and why we don’t any more, according to Jack.
The new context API that comes with React 16.3 is pretty neat. It was built in the render props style trending over these last months. In this post, you'll learn all about it.
In this article, Manjunath describes 5 generally accepted development practices that you can actually avoid when using React
Binding event handlers in React can be tricky (you have JavaScript to thank for that). In this post, you'll explore the common ways of creating event bindings in React, and you'll learn their pros and cons.
There's been a lot of confusion, claims, and misinformation about Redux going around lately. In this post Mark from the Redux team wants to help clear things up.
This article was born to give enlightening recommendation for front-end developers on how you should organize your project if you want it to feel less painful and more scalable/clean as well.
Hooks are a new feature proposal announced literally an hour ago that lets you use state and other React features without writing a class. They’re currently in React v16.7.0-alpha and being discussed in an open RFC.
In this post we're going to look at a pattern for accomplishing code reuse amongst components in a React app, Render Props.
In this post we're going to look at the most popular pattern for accomplishing code reuse amongst components in a React app, Higher-Order Components.