meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

First version of Apollo API #167

Closed tmeasday closed 7 years ago

tmeasday commented 8 years ago

Working on transitioning Todos to Apollo for https://github.com/meteor/guide/pull/521

Follow progress on the devlog: https://github.com/meteor/guide/blob/apollo-guide-todos-devlog/content/apollo.md#migration-log

tmeasday commented 8 years ago

@lorensr @stubailo FYI, in case you are interested!

hwillson commented 8 years ago

Hi @tmeasday - what's the plan with this PR? Are you still planing on working on this or was the focus switched to GitHunt? I might be interested in continuing work on this; I know the GitHunt app is a much better full demonstration of Apollo's capabilities, but I think there is value in ramping Meteor users up on Apollo by leveraging the reference application most of them already know.

tmeasday commented 7 years ago

Hey @hwillson well the idea here was to help figure out what is going to be in Meteor 1.5 through figuring out what was difficult/impossible in this branch.

I guess that is still the plan but I've been sidetracked for a while. I'm not sure when I'll get back to it; if you want take the branch further, I think it'll have value for people as an example of how to use Apollo w/ Meteor, especially pre-1.5. If that's something you want to work on and that's valuable for you, go for it!

hwillson commented 7 years ago

Great, thanks for the info @tmeasday - I'll chip away at the other outstanding items in this repo first, then look into this one a bit further.

hwillson commented 7 years ago

I'll close this for now - a lot has changed with Apollo over the past while, and more and more example apps showing how to integrate Meteor with Apollo have been popping up. I still think it would be great to have an Apollo branch on the todos app, but we'll leave it for another day. Thanks!