RebelTechnology / OwlServer

Web-based Client/Server application for the Open Ware Laboratory
GNU General Public License v2.0
2 stars 2 forks source link

rewrite the SPA owlCmd.js and webAudio.js files to react redux style #182

Closed goozo closed 2 years ago

goozo commented 7 years ago

port owlspa/src/lib/owlCmd.js and owlspa/src/lib/webAudio.js into the react / redux way of doing things. Currently they are just more or less wrapped legacy files. This would then mean we can build on top of them more reliably if we want to extend two way communication between the owl and the spa. Like porting more features of owlcontrol to the spa.

The corresponding actionCreators imported in these files would also need to be adjusted. And also the slightly hacky exposure of dispatch from the app root could also be removed.