Codeminer42's Engineering Blog
Components

React: First Puzzle Pieces — Your Easy-to-Follow Guide
React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? Where do you even start? Well, let's piece this puzzle together…
Component Driven UI Patterns – Part I
A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside user interfaces but in Software Engineering in general. Components can be…
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.…
Current Strategies for Client-side Communication Between Components
These days we have dynamic and modern UIs in our Web Apps. We learned that the best way to build reactive and reliable UIs is probably going with a Component-based…