YuzuJS / WinningJS-todo

Demo todo list application for Windows 8, built on the WinningJS framework
11 stars 3 forks source link

Move navigation code into WinningJS #25

Open pbouzakis opened 12 years ago

pbouzakis commented 12 years ago

Currently navigation logic is inside the App component. Please move it into WinningJS.

pbouzakis commented 12 years ago

From Domenic: Do we even need/use the WinJS navigation framework? It's useful for something, right?

pbouzakis commented 12 years ago

I think if we use the routing "#/todo-list", then we will probably don't really have to use it, however it is nice for the added nav.back, and possibly other helpful methods (the fact that we do have a saved history may be one reason to keep it).

As long as it's easy to use, I say we keep it for now.

domenic commented 12 years ago

In progress, see NobleJS/WinningJS#10