mrozbarry / hyperapp-debug

A debug HOA for hyperapp
MIT License
12 stars 0 forks source link

Support batched effects #8

Open mrozbarry opened 5 years ago

mrozbarry commented 5 years ago

The devtool currently assumes that at most a single effect is sent on a commit, but this isn't always true, they can be batched in an array, and can also have infinitely nested effects.

The devtool needs to account for this, and be able to rendering something meaningful in the event stream.