Codeminer42's Engineering Blog
React

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…
Command and Conquer Web Applications
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 Year's? Having regrets about impulsively…
Auto-Saving Forms Done Right 2/2
Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click on "Send" or "Submit". You might have come across multiple websites…
Codeminer42 Tour 2023 pt 1 (RailsConf and Reactathon)
At Codeminer42, we believe that participating in and actively contributing to software development communities are important aspects of our endeavors. Beyond our contributions through blog posts, open source, and online…
Dependency injection in React with some Context
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 applications. In this article we're…