Ben Sangster

Results 3 issues of Ben Sangster

Hey folks, My team runs a self-hosted version of the polyfill-service (v4.46.0) in Google Cloud, and we recently discovered (via Sentry errors) a large number of mobile Safari users not...

service

Hey folks! Our app is heavily code-split, and leans on pre-hydrated server data to get the first render as fast as possible. A lot of the architecture is set up...

enhancement
rtk-query

Tested in v2.2.1 and v3.0.0. Example test case: ```jsx it("renders", () => { class Tester extends React.Component { state = { show: false }; render() { if (this.state.show) { return...