Oleksandr Fediashov

Results 77 issues of Oleksandr Fediashov

- **chore: init new pkg, export transformSync** - **chore: rework to use oxc-parser** - **chore: output CSS** - **feat: implement new loader** - **test: fix test** - **chore: switch to...

## Goals - Unify `@griffel/webpack-loader` & `@griffel/webpack-extraction-plugin` - Rewrite `@griffel/babel-preset` using OXC toolkit and avoid Babel dependency ## Pre-requisites - Work has already been done in https://github.com/microsoft/griffel/tree/feat/new-plugin. ALWAYS pick changes...

There should be API to deal with [`:view-transition-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/::view-transition) pseudo elements and [`view-transition-name`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-transition-n) & [`view-transition-class`](https://developer.chrome.com/blog/view-transitions-update-io24#view-transition-class).

💅 enhancement

Griffel features a compiler (available as a Webpack loader, Vite plugin, etc.) that executes [Ahead-of-Time (AOT) compilation](https://griffel.js.org/react/ahead-of-time-compilation/introduction) to enhance runtime performance and shift workload to the build phase. The compiler...