Has anyone tried Meteor SSR with react 18?

I think the biggest update of react 18 is new Suspense SSR feature. There is a discussion here: New Suspense SSR Architecture in React 18 · Discussion #37 · reactwg/react-18 · GitHub
There is some demo here but I’ve not tried yet: react-ssr - CodeSandbox

2 Likes

Thanks for the heads up, @minhna. Replying here to follow the discussion. Seems a number of things to do once Meteor 2.3 lands and then React 18 (SSR support and Concurrecy)

1 Like

This looks great - it’ll be interesting to see if we can integrate that suspense model with Fibers.

1 Like

Super interesting read, thanks. Would be awesome to see this integrated with react-meteor-data.