1007 Views
We all know that React components let you divide your UI into sharable design elements (button, form, form-field, table, spinner etc). These reusbale components are self-contained and have well-defined interfaces. As such, they can be reused to build more then one UI instance.
0 comments