···91919292We've added `debounce` to all possible controls to prevent renders on every keystroke. This helps with input searches and slider value changes.
93939494-A simple example of reducing the re-rendery is by using a dedicated `ControlsContext` that toggles the `data-expaneded` attribute. With css only, you can then hide or show containers based on the value. See the @taiwindcss v3/v4 example:
9494+A simple example of reducing the re-render is by using a dedicated `ControlsContext` that toggles the `data-expaneded` attribute. With css only, you can then hide or show containers based on the value. See the @taiwindcss v3/v4 example:
95959696```tsx
9797interface ControlsContextType {