Back to Blog
React articles
Articles related to any part of the React ecosystem, such as UI components design, JSX syntax, state management, or libraries and frameworks built on top of React.
- User Interface
Isolated Components Driven Development
In unit tests, we execute code in isolation, outside the application. The same approach could be applied to UI components, proving to be a very convenient method during development and debugging. As a bonus, this technique also provides documentation, valuable to all team members working on the project.