An open API service indexing awesome lists of open source software.

https://github.com/daybrush/react-simple-compat

Simple React for compatible use
https://github.com/daybrush/react-simple-compat

compat react

Last synced: 6 months ago
JSON representation

Simple React for compatible use

Awesome Lists containing this project

README

          

## ⚙️ Installation
### npm
```bash
$ npm install react-simple-compat
```

## No supported
* Context
* Hooks
* Fragments

## 🚀 How to use
Alias react, react-dom to react-simple-compat

* Rollup
```js
import reactCompat from "rollup-plugin-react-compat";

const reactPlugin = reactCompat({
useReactCompat: true,
resolveCompat: true,
});

```