Similar to https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/14.customization-piping-to-redux.
Goal
Incoming activity from Web Chat will be propagated to window.addEventListener('webchatactivity') so devs without React/Redux knowledge can copy this short middleware and they can start playing with it.
This could be a trimmed down version of sample 11 and add a JavaScript event.
Goal
Incoming activity from Web Chat will be propagated to
window.addEventListener('webchatactivity')so devs without React/Redux knowledge can copy this short middleware and they can start playing with it.