https://github.com/kunukn/react-es2015
Experimental - test ES2015 version of React
https://github.com/kunukn/react-es2015
Last synced: about 2 months ago
JSON representation
Experimental - test ES2015 version of React
- Host: GitHub
- URL: https://github.com/kunukn/react-es2015
- Owner: kunukn
- License: mit
- Created: 2019-03-09T16:39:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T19:50:17.000Z (about 6 years ago)
- Last Synced: 2025-03-20T04:19:33.147Z (about 2 months ago)
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.