Skip to content

Instantly share code, notes, and snippets.

@keithnorm
Created September 7, 2017 00:12
Show Gist options
  • Save keithnorm/383ff44722bdddc8e25b4eed3a744abe to your computer and use it in GitHub Desktop.
Save keithnorm/383ff44722bdddc8e25b4eed3a744abe to your computer and use it in GitHub Desktop.
//on the client
import Zango from 'zangodb';
let db = new Zango.Db('todo_app', { todos: [] });
ReactDOM.render(
<TodoApp db={db}/>,
document.getElementById('app')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment