Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some exports from React 16.6 and 16.7 are missing #4

Open
pronevich opened this issue Nov 9, 2018 · 1 comment
Open

Some exports from React 16.6 and 16.7 are missing #4

pronevich opened this issue Nov 9, 2018 · 1 comment

Comments

@pronevich
Copy link

I know it's PROOF OF CONCEPT, but for future work:
screenshot 2018-11-09 at 15 56 41

@pronevich pronevich changed the title Some exports from React 16.6 and 16.7 is missing Some exports from React 16.6 and 16.7 are missing Nov 9, 2018
@sokra
Copy link
Owner

sokra commented Nov 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants