React - UI libraries
Sometimes creating a new design system can feel like reinventing of the wheel
There are multiple UI libraries that provide most commonly used components that support multiple browsers and are accessable for screen readers. Most of them allow customization of predefined components so you can adjust them to your application's design
Mastering each of the library is not needed but examine their approach can inspire your own solutions or show proven and scalable approaches
Ant Design
I know and use the Ant DesignLibrary components
Material-UI
I know and use Material-UILibrary components
Chakra UI
I know and use Chakra UILibrary
I understand the concept of theming and styling using props on which Chakra UI is based on
Loading content