react-hardware
react-hardware copied to clipboard
A React renderer for Hardware.
### Pin - [x] `pinMode(pin,mode)` - [x] `digitalWrite(pin,value)` - [x] `digitalRead(pin,callback)` - [x] `analogWrite(pin,value)` - [x] `analogRead(pin,callback)` ### Servo See #18 and #17. - [x] `servoWrite(pin, degree)` - [x] `servoConfig(pin,...
DevTool does not display children of components that doesn't call `setState`. Everything works as expected with the firmata mock. To reproduce this you will need to have the actual hardware....
- [ ] sync examples to output - [ ] react devtools inline in the output for interactive experience - [ ] ...
Currently there is a slightly mismatch between the API and the documentation.
http://flowtype.org/blog/2016/02/02/Version-0.21.0.html#jsx-intrinsics I’m fairly confident in the following, but haven’t had a chance to test it out at all yet. ``` /* @flow */ /* eslint-disable */ // JSXHelper is a...
Or really support for any component that has an async mounting period before it can render it’s children. I have no idea how this will impact the codebase, but I...