Codeminer42's Engineering Blog
React

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, Airbnb, Discord and of course,…
You are using React Context WRONG
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 it can do. I know…
What’s coming next in React 19?
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 createClass to the hooks we…
Working Effectively with a Headless CMS in React – Part III
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 and React, we'll talk about…
Working Effectively with a Headless CMS in React – Part II
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 to make our components reusable…