React - Visual regression
Your code can run underneath without any bugs but the users can still face strange looking UI when you introduce changes to the CSS styles
To avoid manual work you can implement visual regression tools into your projects to ensure that application looks in a proper way
Storybook stories
I know how to integrate StorybookLibrary with my react app and create stories containing components and whole views that can be quickly inspected
Screenshots regression tests
Loading content