needs to release two new applications for banking and registration. Both applications require a set of buttons. What can we do? - Create identical buttons for both the banking and registration applications. - Share the CSS between both applications and duplicate the button component. - Make sure we think long term: What would happen if the company changed its brand color? This should be something we ought to be able to update in the future without too much hassle.
in one place with consistency and easy dependency management. StoryBook: Simplify sandbox for other developers and the company to play with the UI components with documentation and user cases Stories) easy. storybook.js.org Cypress: cypress.io cover e2e and cypress component testing and test your components quickly. Jest: Angular testing library + jestjs.io Unit test for services and business.