Codeminer42's Engineering Blog
Intermediate

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…
How to turn your macOS into a Linux-like Desktop
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was received from your employer or…
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…
Working Effectively with a Headless CMS in React
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 for designers, content creators and…