Separation of Concern in Modern Web Development
Component Driven Development is an modern approach to handle separation of concern. One important thing to note is that separation of concerns is not equal to separation of file types. In modern UI development, we have found that instead of dividing the codebase into three huge layers that interweave with one another, it makes much more sense …