Why apply Open/Closed principles in React component composition?

Have you ever looked at a messy piece of code and just wanted to burn it down? I know I have had ๐Ÿ˜Š. Thatโ€™s why I started to learn software architecture. I started to think about working on a clean, scalable, reliable code base that makes development fun. … Read more

Similar

Comparing React and Svelte

Last year I created Pomodone, a small time tracking application based on the Pomodoro technique of working in 25 minute intervals. It's a pretty basic app; it has a 25 minute timer (that runs in a Web Worker) and saves a history of your "poms" to a small ... (more…)

Read more »