How React 19 (Almost) Made the Internet Slower
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …
Codeminer42’s Engineering Blog
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …
That’s right, you’ve read it correctly, you are probably using React Context API the wrong way… or at least not taking full advantage of what …
Introduction If you have been writing apps with React for a couple of years, you know that React has changed. From React’s first steps using …
Previously we talked about decoupling the CMS from the UI and how to handle code-splitting. In the last post of this series about Headless CMS …
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we’re going to talk about how …
Headless CMSes are amazing tools that empower teams in creating and managing content. Besides all the benefits of traditional CMSes, they also provide greater flexibility …
Sometimes I wonder how great would it be if we could simply undo things in life. Ate more than you should during Christmas and New …
Are you searching for a technology to develop mobile applications but don’t know where to start? Your search ends here. In this article, we will …
Dependency injection is a technique used to remove interdependencies between two components of an application, but for some reason, it’s not commonly used in React …
When we work on big projects a common path is to split it into separate codebases to make management easier. A modern and kind of …