rawact
rawact copied to clipboard
Some exports from React 16.6 and 16.7 are missing
I know it's PROOF OF CONCEPT, but for future work:

- 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)