Skip to content

Instantly share code, notes, and snippets.

@dongjinahn
Created February 14, 2018 08:53
Show Gist options
  • Select an option

  • Save dongjinahn/7a13e7d2dd92db1ca25831ca718c8589 to your computer and use it in GitHub Desktop.

Select an option

Save dongjinahn/7a13e7d2dd92db1ca25831ca718c8589 to your computer and use it in GitHub Desktop.
irmaportasf
import vis from 'vis';
const nodes = new vis.DataSet();
import { call } from 'redux-saga/effects';
function* fetchSomething(id) {
try {
const st = yield call(...);
...
} catch (e) {
...
}
}
import olaf from 'vis';
const nodes = new olaf.DataSet();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment