Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Project Halo READ ME!!!

Dutch Chasman edited this page May 2, 2014 · 2 revisions

We're finally getting serious about reworking the Aura's client runtime to dramatically improve performance and developer productivity. We've given this effort the code name Project Halo.

In order to achieve both of these goals we will be:

  • removing public visibility of the value object wrappers: SimpleValue, ArrayValue, MapValue, etc

  • removing redundant ways to do the same thing. First up the myriad of patterns (and anti patterns) for getting and setting attribute values on components and other objects that have observable properties

Component.getAttributes() is the first to go on the list along with AttributeSet

Clone this wiki locally