5 Truths About Tailwind CSS
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start …
Codeminer42’s Engineering Blog
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start …
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 …
This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, “#2 — Common Patterns”, and “#3 …
One of the main concepts of a React Component is its props. The props are used to pass data to a component, just like a …
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — …
At some point during the development of your project, you might have needed to develop a feature that consumed data from an external source. You …
This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common Patterns” and “#3 — The State …
One of the best parts in React development is its functional approach for building user interfaces. This approach allows us to use the Higher-Order Component …