Are build-time-styles an opt-in feature? #28844
-
Hello folks, we want to migrate our tec stack from CRA to vite. While going through the migration guide, we stumbled over the topic build time styles. Our tec stack contains our own component library based on fluentui, which holds our basic theme context and a bunch of layout components. For the migration we also want to use it to provide shims and a kind of theme-context-hybrid out of v8 The question would be, could we use vite as our bundler, even though griffel.js does not support build time compilation yet and is this just an additional feature we could opt-in during our migration as soon as this is available? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, the feature is opt-in. You can use Fluent UI React v9 and |
Beta Was this translation helpful? Give feedback.
Yes, the feature is opt-in. You can use Fluent UI React v9 and
makeStyles
without any additional setup.