Sebastian "Sebbie" Silbermann

Results 555 comments of Sebastian "Sebbie" Silbermann

Could you give a complete example for this? I don't really see why the nested `act` is required as opposed to waiting with e.g. `waitFor`

Closing since this is unrelated to types and you don't need to run `act` inside hooks (since it's a dev-only tool).

Should `result` contain the earliest possible result or the result after all the data has streamed in?

What would `renderHookServer` offer other than ```tsx function Component() { return useHookUnderTest() } ``` const result = ReactDOMServer.renderToString() ``` ? For assertions before and after hydration, the proposed API is...

Replaced by https://github.com/facebook/react/pull/25383

Replaced by https://github.com/facebook/react/pull/28322

> I'll publish the lib with the MIT license this weekend. Thanks for the link to the OSI. @pieroxy The [release on NPM](https://www.npmjs.com/package/lz-string) is still marked as licensed unter WTFPL....

> these numbers all have to be placed within a larger context. I disagree with that. For me the "global usage" argument is incomplete. You have to consider other dimensions...

> [twitter.com/jamiebuilds/status/1022568918949408768?s=19](https://twitter.com/jamiebuilds/status/1022568918949408768?s=19) Sure code transforms is definitely an argument. We can't provide an easy solution via polyfill. However we do currently have an `/es` build that targets the latest es...

One thing to consider about dropping IE11 support is that it would disproportionally target screen reader users. While global usage might be < 2% it is around 23% for screen...