iamdanfox / ghupdate

Update GitHub pages with wysiwyg and no git commands
https://iamdanfox.github.io/ghupdate
5 stars 1 forks source link

Extract data layer from components #10

Closed iamdanfox closed 10 years ago

iamdanfox commented 10 years ago

All api calls should be encapsulated somehow - perhaps we could ditch qwest and use a dedicated GitHub api library? (see Octokit.js)

iamdanfox commented 10 years ago

Reflux looks good, but not sure about how the routing would work exactly. (Ideally, a bi directional mapping between store state & routes).

Might try a Backbone version...

iamdanfox commented 10 years ago

Couldn't get octokit to work in browser (problems with child_process and fs)

iamdanfox commented 10 years ago

Extracted using reflux - not quite feature parity yet...