Obj:-
To add drag n drop ability in the meteor ToDo example app.
Why:-
Going through the learning curve.
What i can think of :-
Using jquery UI (as external js) and bind the update event to todo lists. having a data field on the li items, so as to execute update command from the same function itself.
Was wondering if there exists a more meteor-y approach..
Thanks!