State of React Suspense #1629
-
Hi there, what's the status of React Suspense mode at the moment? In the code I could see, that the preact bindings include suspense code while the react bindings don't. Am I right to assume, that the development is going on within preact until it's stable and then transferred tot the react bindings? Or what's the state/plan? Thanks for your work btw! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Both React and Preact have integrated Suspense support in the core-package, we moved away from experimental support by deprecating the old npm package. |
Beta Was this translation helpful? Give feedback.
Both React and Preact have integrated Suspense support in the core-package, we moved away from experimental support by deprecating the old npm package.