Skip to main content

Delegating class name resolution

When components wraps another components that are able to resolve unwind class name, we need to delegate (forward responsibility) final resolution of the class name down to that wrapped component.

It often is a case when we want to introduce a new state to a wrapped component.

Example

Live Editor
Result
Loading...

References