rawact icon indicating copy to clipboard operation
rawact copied to clipboard

Some exports from React 16.6 and 16.7 are missing

Open pronevich opened this issue 7 years ago • 1 comments

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

pronevich avatar Nov 09 '18 13:11 pronevich

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

sokra avatar Nov 11 '18 10:11 sokra