You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StrictMode could a no-op in Rawact. It's for production and we do not care about displaying warnings.
Suspense -> see "Future Work" section in readme
lazy depends on Suspense
createRoot -> concurrent rendering can be implemented on the base of the changes done for Suspense
createRoot -> We could also skip implementing full concurrent rendering and do sync rendering always. (Maybe we add a feature flag here to choose between code size and rendering performance)
I know it's PROOF OF CONCEPT, but for future work:

The text was updated successfully, but these errors were encountered: