As the number of components in the codebase grows the number of props grows and it becomes important to have a good pattern for passing… (more…)
Read more »
I was thinking about how I’d answer one of our interview questions: “What are the benefits of React?”... (more…)
Read more »
Born deep inside Facebook labs, React gained a huge popularity among the developers who make web applications with complex user interfaces. Being widely used in single-page application projects that… (more…)
Read more »
Today we are going to discuss some great and promising tools to improve React developers` productivity and enhance the overall development workflow.
Usually when I need to start working on a new project (at least for personal projects, at work is a bit di... (more…)
Read more »
In this article, we reintroduce closures by building a tiny clone of React Hooks. This will serve two purposes - to demonstrate the effective use of closures in building our React Hooks clone itself, and also to implement a naive mental model of how Hooks... (more…)
Read more »