Skip to content

Flex vs FlexJS application structure

ok-at-github edited this page Aug 12, 2017 · 1 revision

Unlike Flex, the Application class in FlexJS is not a user-interface component. To build an application, you use the Application class (rather, your sub-class of it) to set up basic items and to load your first "view".