Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/augbog/react-onclickoutside-issue-108

Showing a demo of the issue in react-onclickoutside package issue #108
https://github.com/augbog/react-onclickoutside-issue-108

Last synced: 22 days ago
JSON representation

Showing a demo of the issue in react-onclickoutside package issue #108

Awesome Lists containing this project

README

        

react-onclickoutside issue #108
=====================

You can find the issue this repo is trying to demo with [here](https://github.com/Pomax/react-onclickoutside/issues/108).

Using [react-simple-boilerplate](https://github.com/nlotzer/react-simple-boilerplate) to help illustrate the issue.

Install the dependencies and start the server.

```
npm install
npm start
open http://localhost:3000
```