Naman Goel

Results 405 comments of Naman Goel

Added a single Jest snapshot test in this repo: https://github.com/nmn/nextjs-app-dir-stylex

Not sure how you trigger a click/touchstart and hence a tap when trying to scroll with a mouse.

I understand the whole issue sounds very confusing, I'm trying to make a temporary proof of concept implementation to explain it better.

The topics are definitely related. But I have a very different approach to the problem so I thought a separate issue makes sense.

Yup. I wrote an article about this recently. http://blog.namangoel.com/css-in-js-in-css Looks like RCSS and JSS are both very good solutions that are already doing things in this way. I think these...

@jaredly Thanks for the heads up. I added an update to the post. In any case, I think RCSS and JSS are on exactly right path when it comes to...

Any updates on this??

Please create an issue on the StyleX repo as well so we can help make this happen. What bundler is Fresh based on?

For context, here's how StyleX is supposed to work: 1. Transform all source JS files using the Babel plugin. 2. The babel plugin produces JSON styles from each of the...

We would need a proper Metro plugin to handle this correctly. I'm not sure what that process looks like, but in the meantime, I'm working on two stop-gap solutions: 1....