dillon1000/react

Commit

React reconciler package (#10758)

* Initial commit of react-reconciler bundle

* I think it’s working 🙀

* React reconciler: slightly better description and README

* Drop react-reconciler version to an unstable release number

* Convert to moduleType enum and fix packaging

* eslint

* s/Renderer/Reconciler in docs

* yarn prettier

* change names of things in the react-reconciler readme

* change predicate

* rollup: flip object-assign shimming check

* copy noop renderer into react-reconciler fixture

* Change reconciler fixture test

* prettier

* Remove a bunch of Noop test renderer

* Delete a bunch of stuff we don’t care about for reconciler teesting. Add flow pragmas for future flow pragma testing

* Remove PATENTS

* Update Reconciler fixture docs

* ReactDOMUnstableNativeDependencies should be ISOMORPHIC

* Inline fixture renderer

* Make it "RENDERER"

* There is no UMD build. It also doesn't need propTypes.

* Tweak how the reconciler is built

* Record sizes

* Update README.md
Browse files
Changed paths11 files
First-parent comparison
A fixtures/reconciler/README.md AddedA fixtures/reconciler/index.js AddedA fixtures/reconciler/package.json AddedA packages/react-reconciler/README.md AddedA packages/react-reconciler/index.js AddedA packages/react-reconciler/package.json AddedM scripts/circleci/build.sh ModifiedM scripts/rollup/build.js ModifiedM scripts/rollup/bundles.js ModifiedM scripts/rollup/modules.js ModifiedM scripts/rollup/results.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…