Naman Goel

Results 403 comments of Naman Goel

@mellyeliu oh! I see the tests and that seems to be the case. I spot checked the tests and still saw the ternary expression, but many don’t have the ternary...

@necolas I think I failed to explain the work correctly in the description above. There should *NO* blending of themes. There should only ever be exactly *ONE* theme whose values...

While this is a valid feature request, can I ask what your build setup is? Generally, it should not be necessary to compile StyleX in a separate Babel pass than...

I'm excited about this work. Vite has been the most wanted integration but also one of the hardest to work with.

@necolas I saw that! From what I understand that handles the `view-transition-name` part of the equation, but adding custom styles for view transitions is not part of that API. This...

@hichemfantar There is a search powered by Algolia already on the website.

A new ESLint for this is already in the works.

@LunatiqueCoder The easiest workaround is to repeat the media queries in every file where you need to use them and use Typescript types to enforce that they remain the same...

I would generally recommend against using `useMatchMedia` on the web as it breaks SSR. Outside of that, cool trick with Typescript. We're working on a feature that'll make it possible...