Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo

authored by

Maximilian Kaske and committed by
Maximilian Kaske
aa675c89 166b4e1d

+1 -1
+1 -1
apps/web/src/content/posts/the-data-table-i-always-wanted.mdx
··· 91 91 92 92 We've added `debounce` to all possible controls to prevent renders on every keystroke. This helps with input searches and slider value changes. 93 93 94 - 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: 94 + 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: 95 95 96 96 ```tsx 97 97 interface ControlsContextType {