├── .gitignore ├── README.md ├── adapter.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frctl/react-adapter/HEAD/README.md -------------------------------------------------------------------------------- /adapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frctl/react-adapter/HEAD/adapter.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frctl/react-adapter/HEAD/package.json --------------------------------------------------------------------------------