AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using React Based Components in an Application? Yes, Absolutely.
In a react based component library, at the very bottom, we can have a button. And maybe we do something like a type equals button by default, and that's our button component. Well, now we can, we can compose other components over that. We can create these building blocks that have not just mark up, but also have behavior associated with them. Just call button directly, or render button directly, and then apply the style attributes at once. Very cool.