Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Created February 28, 2012 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherfangio/1929254 to your computer and use it in GitHub Desktop.
Save topherfangio/1929254 to your computer and use it in GitHub Desktop.
Intro for SC Guides: Getting Started 2
In Part 1, we walked through the basic pieces of a SproutCore app. In Part 2
we introduce some of the guiding concepts behind a SproutCore application
such as views, controllers, and statecharts.
In Part 2, you'll:
* Learn about statecharts and how they can improve your application.
* Create a new statechart-based SproutCore application.
* Learn about views and how they should handle events.
* Learn how to pass those events to the application's statechart.
* Learn the basics of organizing your statechart in SproutCore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment