Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/react-dom-esm
React DOM bundled for ES Modules
https://github.com/drwpow/react-dom-esm
Last synced: 9 days ago
JSON representation
React DOM bundled for ES Modules
- Host: GitHub
- URL: https://github.com/drwpow/react-dom-esm
- Owner: drwpow
- Created: 2019-03-11T03:33:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T05:38:56.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T00:39:29.737Z (2 months ago)
- Language: JavaScript
- Size: 687 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React ESM
Standard [ReactDOM][react-dom] port, bundled by [@pika/pack][pika-pack] to
expose an ES Module interface.## Install
```bash
npm i --save react-dom-esm
```[react-dom]: https://github.com/facebook/react/tree/master/packages/react-dom
[pika-pack]: https://github.com/pikapkg/pack