Naman Goel

Results 68 issues of Naman Goel

StyleX now applies both inline styles for variables *and* the static classNames associated with dynamic styles conditionally. This is done to account for cases where the dynamic value may end...

enhancement

It is a common pattern for developers to define styles using `stylex.create` in a file and export them and then import and use those styles elsewhere. ```ts export const styles...

enhancement

`@supports` is used in Styles to check support for certain features. However, it is possible to check for the same feature in multiple ways. For example, all of these are...

enhancement

React Strict DOM has a single file for Flow type definitions and a single file for TS type definitions. The build step for this is fairly complex, however: - We...

## What changed / motivation ? Second attempt to make things build correctly. This is currently using yarn instead of NPM to fix the double-react problem.

CLA Signed

## What changed / motivation ? StyleX already supports `stylex.defineConsts` but this has a few limitations and trade-offs: - It can only store individual values. It cannot store objects with...

CLA Signed

## What changed / motivation ? This is partially just a stress test for the Vite implementation of the unplugin package that this PR is stacked on top of. But...

CLA Signed

## What changed / motivation ? This adds a small syntactic sugar to allow using a `sx=` prop on lower-case html JSX elements as an alternative to `{...stylex.props}` So you...

CLA Signed