0.0.6 • Published 5 years ago

@kunukn/react-es2015 v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

react-es2015

Experimental - test ES2015 version of React as a way to reduce the bundle size.

Requirement:

  • must have same feature set.
  • minimum target es2015 version.
  • CDN available. UMD is not required.

Possible options:

  • transpile from ES5 to ES2015 with e.g. https://github.com/lebab/lebab/
  • remove UMD and use VAR
  • remove custom polyfills such as object-assign.
  • move license info to a separate file.
  • use the React source code, refactor to ES2015 and compile to ES2015.
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago