chakra-ui-docs icon indicating copy to clipboard operation
chakra-ui-docs copied to clipboard

Create a new "/performance" page

Open segunadebayo opened this issue 1 year ago • 1 comments

Subject

Create a new "/performance" page

Description

This page will address the following:

  • Reducing the initial JS payload by using the ChakraBaseProvider and extendBaseTheme
  • Reducing performance hit caused by runtime JS, by hoisting styles to a parent element
  • Using CSS variables instead of the useColorMode or mode function in the theme

segunadebayo avatar Dec 23 '22 10:12 segunadebayo