If Directive
This example shows you how to conditionally render a component based on a prop.
Button Click Counter
This example shows you how to implement state with JSX middlewares.
Tooltip
This example shows how to implement a custom attribute and pass parameters with it.
Ripple
This example shows how to wrap a component with another component using JSX Middlewares.
Memo Directive
This directive memoizes a component with React.memo to avoid unnecessary rerenders.
Active Wheel Event Handler Directive
This example shows you how to override a ref and add an event listener to it with a directive.