Oleksandr Fediashov
Oleksandr Fediashov
# RFC: Changes to useContextSelector() This RFC is discussing _potential_ changes to the `useContextSelector()` hook from `@fluentui/react-context-selector package`. This hook allows selecting specific values from context to prevent unnecessary re-renders....
> 💡 This issue will be updated as we go. ## TL;DR We want to have nice, modern and blazing fast compiler ⚡ We aim to support Linaria & Griffel....
- **chore: port wyw-shaker** - **feat(wyw_shaker): improve ModuleSource enum to handle broken resolutions** - **chore: port collect_meta** - **chore: port wyw-shaker** - **chore: port wyw-shaker** - **chore: port wyw-shaker** -...
## Summary **Contains changes from #121. Needs to be rebased before merging.** - Updates `ModuleSource` to have original import in `::Resolved` - Updates `ModuleSource` to have `::ResolvedWithError`, so errors could...
## Motivation Continues work on #114. ## Summary Ports (copies) `wyw-shaker` from [`rust`](https://github.com/Anber/wyw-in-js/tree/rust) branch. Code copied (authored by @Anber) as is with minor differences: - only code related to `shaker.rs`...
## New Behavior This PR integrates a safe zone feature implemented in #34445 to the `Menu` component: https://github.com/user-attachments/assets/d77ae264-c564-4e32-94be-12e082deb58d Currently feature is not enabled by default, we will do more testing...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell N/A ``` ### Are you reporting Accessibility issue? no ### Reproduction N/A ### Bug Description ## Actual Behavior Uses...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added Animations created by motion APIs (`createPresenceComponent()`, `createMotionComponent()`) could be directional i.e. "slide to left"...
## Pre-requisites - Work has already been done in https://github.com/microsoft/griffel/tree/feat/new-plugin. ALWAYS pick changes from the branch - We need to slice changes into smaller PRs to review them separately ##...