Tiny Components: What Can Go Wrong?

added by JavaScript Kicks
1/17/2019 8:08:35 AM

1179 Views

Using the Single Responsibility Principle to build better apps The advantage of the component system in React (and view libraries like it) is that your UI gets split into small, digestible, reusable chunks. Each component is usually compact (100-200 lines), a size which is easy for other developers to understand and modify.


0 comments