Fatih Kadir Akın
Fatih Kadir Akın
Hey @darcyadams, I just started creating a file called `FUTURE.md`. Can you inspect it and give your opinions? Thanks! :)
It may be early but try to use `for-of` instead of `for-in` loops.
It may have grammatical issues: http://deloreanjs.com/api/delorean.html
when a store of a dispatcher couldn't update, rollback all stores to the old state.
Subscriptions need to be implemented. They can be that easy: ```js var onCommentsAdded = graph.subscribe`{ commendAdded { user {name}, text } }` onCommentsAdded(function (data) { console.log(data.user.name) }) ``` And can...
Use `aria-busy` for the loading elements. Refs: https://accessibilityresources.org/aria-busy
Maybe we can create a static [@storybook/vue](https://github.com/storybooks/storybook) for `gh-pages` branch.
Should we support browsers with no support of flexbox? Seems **IE 9 and 8** does not have support for flexbox. Maybe we can fallback to `table` view with columns: ```...