Avoiding Making Your Next.js Build Slower
Brief introduction Next.js is one of the most hyped and used React Frameworks to create SSR (Server Side Rendering) applications nowadays. It’s known for its …
Codeminer42’s Engineering Blog
Brief introduction Next.js is one of the most hyped and used React Frameworks to create SSR (Server Side Rendering) applications nowadays. It’s known for its …
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 …
Recently, I had the opportunity to lead a mobile app development project where we decided to use the Flutter framework. In this post, I want …
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — …
When I started my internship at CodeMiner 42 last October, I felt overwhelmed by information. So much new stuff to learn, and so much old …
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 …
“Well, that’s quite some symbols you got there ♨_♨” – You, after reading this article’s title. It was a calm Friday afternoon here at CodeMiner42, …
Since the release of Flutter Beta, its community has been growing steadily! The goal of this article is to show how you can use Flutter …
Read-only is a boolean setting. When true, it prevents an Active Record instance to be updated or destroyed. Although very helpful, there are a few …
Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — …