https://github.com/konsumer/react-blessed-demo
Demo for react-blessed hooks
https://github.com/konsumer/react-blessed-demo
Last synced: about 1 year ago
JSON representation
Demo for react-blessed hooks
- Host: GitHub
- URL: https://github.com/konsumer/react-blessed-demo
- Owner: konsumer
- Created: 2018-11-18T00:04:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T04:50:38.000Z (over 7 years ago)
- Last Synced: 2025-02-13T16:22:42.746Z (over 1 year ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a demo project for working out issues with new react features ([hooks](https://reactjs.org/hooks) and [context](https://reactjs.org/docs/context.html)) with [react-blessed](https://github.com/Yomguithereal/react-blessed).
```
npm i # install tools & deps
npm run blessed # run blessed demo
npm run dom # run basically the same demo, in dom
```
Currently, the blessed demo isn't working.