On 1/5/17, 2:35 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>Cool. > >Suggestion: > >Instead of using a long prefix for the express components (i.e. >express:TextInput), what about using something like jx instead (short for >javascript express), so it would be jx:TextInput instead. If that looks >to similar to js, maybe “ex”. or just “x” like the “s” prefix for spark. Actually, at some point any component from Basic that isn't "overridden" by an Express version should get mapped into the Express namespace via the manifest and "lookupOnly". We are doing this already for the Flat components. Then all of the prefixes can be "js", but "js" can map to the Express namespace. What do folks think about packing the express version of DataBindingExample into one MXML file? Thoughts? -Alex