noopkat / avrgirl-arduino

:girl: :pager: A NodeJS library for flashing compiled sketch files to Arduino microcontroller boards.
MIT License
506 stars 129 forks source link

Add react web serial demo #191

Closed mikeesto closed 4 years ago

mikeesto commented 4 years ago

Hi Suz! This PR adds a web serial demo using React. Instructions on how to run it are included in the README. I tried to make liberal use of symbolic links to avoid duplicating a lot of code. I hope this helps people get up & running if they want to use a SPA framework with this library.

Let me know what you think. Closes https://github.com/noopkat/avrgirl-arduino/issues/190.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 47.279% when pulling ebd57ef642552fd972e0559bbe4ee6462e13aa1c on MichaelE1:react-web-serial into c119798aba080494f40847a163ea033f906a09c2 on noopkat:master.

noopkat commented 4 years ago

@MichaelE1 this is so good, and I love that it's using all of the latest React features such as hooks!

bitmoji