Ryan Tsao
Ryan Tsao
- [ ] Extract quasi expressions into variables, then use references to those variables
For use cases where native subclassing of Promise is supported, it is preferable to use native subclassing instead of `__proto__`. This package should provide this version as well.
Right now this package is opinionated in that it dispatches `unhandledrejection` events. Others may want to call `window.onunhandledrejection`. Or others may want to do something else entirely. This package should...
We should redistribute the responsibilities of the packages so that it'll work with the `yarn create` workflow. - https://yarnpkg.com/blog/2017/05/12/introducing-yarn/ - https://yarnpkg.com/lang/en/docs/cli/create/
I think it would be nice if styled-jsx had a non-singleton interface. The main use case I've found where a global singleton is problematic is related to [rendering within iframes](https://github.com/Khan/aphrodite/issues/130)....
- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [ ] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the...
This idea was initially proposed in https://github.com/styletron/styletron/issues/137 but I think there's a fairly good way of doing this. **On the server:** - Produce a stream of `` tags from atomic...
See: https://github.com/facebook/react/issues/13346 In development, it would be nice to issue warnings at runtime if multiple instances can be detected (where communication won't work as expected).
This is a pretty extreme edge case, but something like: ```css .a:after{content:"hello } world"} ``` won't be hydrated on the client correctly.