The goal of this article is to help software developers write high-quality code. Even good, experienced engineers often have trouble with code-readability or don't emphasize it. At least this is what I experience almost whenever I jump on a new project as... (more…)
Read more »
Higher order components, or known under the abbreviation HOCs, are often a hard to grasp pattern in React. The article gives you an introduction to HOCs, how to use them elegantly in the case of conditional rendering and how to abstract them... (more…)
Read more »
A SwiftUI implementation of React Hooks. Enhances reusability of stateful logic and gives state and lifecycle to function view. - ra1028/SwiftUI-Hooks... (more…)
Read more »
There are a few ways to share data between React components. One state management solution is Kea, which works similarly to Redux. (more…)
Read more »
I'm Max Stoiber (@mxstbr) - the creator of react-boilerplate, one of the most popular react starter kits (10K+ stars on github).
Read more »