Giuseppe Bandiera
Giuseppe Bandiera
I really like the direction of V.2. I agree with @ffont that using some of the elements that resemble our app would be even better: graphs, points, circles, spaces, sounds,...
I like very much the last three concepts! Especially the second to last, that looks good and recognizable also when small. 👍
Number 5 looks great :)
This will imply some rewriting in the `mapStateToProps`
I would suggest to migrate to `create-react-app` to make this repo easier to maintain up-to-date :) I could try to do it in the next few days.
Migrating back to canvas would give the greatest positive impact on performance, as it's much more performant than SVGs when there are thousands of elements. But it would take quite...
Can't check this out properly at the moment, but keep in mind that using the `key` prop properly is the way to let react create an unambiguous one-to-one bound between...
We could use [react-joyride](https://github.com/gilbarbara/react-joyride)