#component-api

[ follow ]
blog.bitsrc.io
3 months ago
JavaScript

Creating Extensible React UI Components

Treat UI components as base components with few dependencies and many dependents.
To design an extendible component, it should have a component API, a theme, and be customizable. [ more ]
[ Load more ]