Sean Matheson

Results 221 comments of Sean Matheson

Hi ya'll. I'm going to begin looking into React 18 support. My initial intuition is that this might constitute a breaking change. I'll look into how other popular state libraries...

~ redacted this comment, as I figured out a breaking change isn't required ~

Ok, some good news. The React team released a shim which allows me to do backwards support for React 16 and 17. I've done an initial integration and all the...

Yeah, I definitely need to extend the provider to support SSR for React 18. So if anyone is doing an SPA, please volunteer for alpha testing. I'll ping when the...

😎

Ok ya'll. Anyone running an SPA, please could you test this alpha release; ``` yarn add [email protected] ``` [CodeSandbox Example](https://codesandbox.io/s/easy-peasy-typescript-ycur0?file=/src/components/todos.tsx)

On face value the SSR support doesn't look difficult. We should be able to land this very soon if user feedback goes well in testing the alpha releases.

It appears to be working for me in the latest alpha, which brings support for React 18; https://github.com/ctrlplusb/easy-peasy/issues/740#issuecomment-1248303046 Could ya'll please test.