Openstatus www.openstatus.dev

chore: dont sleep on css and html

+2
+2
apps/web/src/content/posts/data-table-redesign.mdx
··· 141 141 } 142 142 ``` 143 143 144 + > Don't sleep on css and basic html! 145 + 144 146 The new [React Compiler](https://react.dev/learn/react-compiler) reduces our need for memoization while delivering great out-of-the-box performance. We’ve enabled in our Nextjs project, and we plan to include it in our future Vite example. We still need to add virtualization for handling larger tables (rendering only visible portions of the list). 145 147 146 148 If you want to learn when your components rerender, I highly recommend the [react-scan](https://github.com/mxkaske/react-scan) library.