
Reaction::Manual::Intro - Introduction to Reaction

Reaction is basically an extended MVC:
DBIC schema, etc.
Model::DBIC::Schema and Action classes.
Mediation and navigation.
View logic and event handling encapsulation.
View:: classes, handed viewports.

The idea is you separate your domain model, which encapsulates the domain itself, from your interface model, which is a model of how a particular app or class of apps interact with that domain and provides objects/methods to encapsulate the common operations it does.
XXX TODO


See Reaction::Class for authors.

See Reaction::Class for the license.