Versions Compared

Key

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

The Infusion Framework is designed to minimize the amount of actual code you have to write. Most of your component definitions will be declarative, in the form of JSON blocks defining the defaults for your components

...

.

These declarative blocks should be used to do almost everything, including

...

The small amount of code you will write should be in free functions that will be referenced by the defaults and demands.