react-hardware icon indicating copy to clipboard operation
react-hardware copied to clipboard

Initial Release

Open iamdustan opened this issue 10 years ago • 0 comments

To the few of you following along and anyone who stumbles across here:

I’m currently on paternity leave (part of why it’s been so quite for so long). That said, I’m starting to work on it again and am anticipating getting the real initial release out after React 0.14 comes out.

If you want to play, there is an alpha release that powered my tweets a couple months ago you can play with. npm install react-hardware and the wip branch here on github.

The things that need to be done yet:

  • [x] upgrade to react 0.15
  • [x] autodetect port #5
  • [x] tests
  • [x] Pin mapping from firmata (#4)
  • [x] Analog pins (#4)
  • [x] Manage children (e.g. swapping out things like a <FlashingLED />for <PulsatingLED />
  • [x] Support multiple boards (BoardManager should be connection-aware)
  • [x] Don’t bundle React, separate renderer for 0.14
  • [x] ~webpack hot loader support~ don’t care
  • [x] REACT_DEVTOOLS hook :open_mouth:
  • [x] support events/reading from board
  • [ ] i2c read/write/config

iamdustan avatar Jul 13 '15 20:07 iamdustan