sproutcore / guides

The guides source. Build and push to https://github.com/sproutcore-guides/sproutcore-guides.github.com.
http://guides.sproutcore.com/
109 stars 65 forks source link

Multi-page app guide #159

Open MFKoelmans opened 11 years ago

MFKoelmans commented 11 years ago

The sproutcore framework provides classes like SC.Pane and SC.Page which probably work great, but how to swap those, and when to use which, is not clear to me. SC.routes could be integrated into the guide on pages and panes as well, I've only seen a third party tutorial about this, using SC 1.4.2, which is, AFAIK outdated.

dcporter commented 11 years ago

Agreed on all points. A few preliminary answers (I know, here rather than in a guide):

So since making guides is easier now, we should definitely work on putting all this into a couple of guides. We should have guides for everything (with some organization of course). Thanks for the questions and ideas!

MFKoelmans commented 11 years ago

So SC.Page has nothing to do with displaying things, just for 'easy access'?

dcporter commented 11 years ago

Right. Think of it like optimized storage for your panes.