https://github.com/hermanya/listenable-reddit
https://github.com/hermanya/listenable-reddit
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hermanya/listenable-reddit
- Owner: Hermanya
- Created: 2016-07-31T20:16:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T20:16:56.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T03:42:13.355Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hermanya.github.io/listenable-reddit
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reddit example for [listenable browser](https://github.com/hermanya/listenable-browser)
---------------------------------------------------------------------------------------
This repo is basically a clone of [redux async example](https://github.com/reactjs/redux/tree/master/examples/async). The only modification I made is I added a call to [listenable.js](./listenable.js) from (App.js's)[./containers/App.js] `render` method.
To be used outside the listenable browser, both `say` and `listenForUserInput` need to be [polyfilled](https://hermanya.github.io/listenable-browser/support_for_other_browsers.js) like so:
```html
```