Lessons learned from updating Bootstrap and React Bootstrap versions, including the importance of using types, writing tests, and avoiding customization of default components.
•5m read time• From spin.atomicobject.com
Table of contents
Use types.Write tests.Use tools for detecting visual regressions.Be able to run the project as if offline.Avoid using CSS selectors defined by the framework.Use shared components.But don’t let them be infinitely customizable.Make the most of global customization options.Follow the guidelines recommended by your tools.Don’t customize default components.1 Comment
Sort: