Codeminer42's Engineering Blog
Advanced

Scalable Frontend #2 — Common Patterns
Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#3 — The…
Scalable Frontend #1 — Architecture Fundamentals
This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common Patterns” and “#3 — The State Layer”. The two most common…
Building Scalable Client-side Components
Writing components is a good way to structure our client-side apps. However we should be careful when writing and using them. In my recent projects I always kept a Styleguide.…