Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This tutorial has not yet been updated to reflect post-1.4 Framework changes.

 

Ok, you're convinced: The Infusion Framework looks like it has some cool stuff, and you want to use it in your application. This tutorial will walk you through the basic concepts you'll need to know and how to implement them. It starts simple and builds in complexity as it goes. Along the way, you'll find links to more documentation about the concepts you'll be learning.

...

  1. Set up your environment
  2. Define a namespace and create a closure
  3. Pick a component type
  4. Basic Component Creation - Little Components
    1. Tutorial - Model Components
    2. Tutorial - Evented Components
    3. Tutorial - View Components
    4. Tutorial - Renderer Components
  5. Tutorial - Subcomponents
  6. Tutorial - Contexts and Demandsand IoCSS
  7. Loading Templates and Other ResourcesMore Advanced TechniquesDecorators

Let's get started: Set up your environment