Codeminer42's Engineering Blog
React

An approach to routing testing in React
In React applications, there are many ways for testing routing behavior in our components. You might find solutions on the internet, but they probably will depend exclusively on your current…
The Art Of Multistep Forms #1 — Navigation
Recently, we've had to implement a multistep form and it resulted in a very well-rounded implementation, on this form we have: validation, state management, local persistence, and backend sync. Throughout…
Empowering your systems with State Machines and XState
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user interface logic where things on…
Mapbox, the “Google” for working with map applications
Hello boys and girls!!! In this article I'll be discussing the Mapbox, an American provider (APIs and SDKs) for custom online maps for web and mobile apps. We'll be talking…
Fetch data in an effective way with React Query
In this article, we will talk about the React Query library and how it can make your React apps more fast and responsive. Web applications are becoming very popular nowadays,…