Files
react/src
Sebastian Markbage bebc568ceb Use Singleton LifeCycle State
All entry points are for reconciliation are within batching strategies.

Since we don't have any batching strategies with synchronous updates,
there can't be more than one life-cycle method on the stack at any given
time.

Therefore, it's safe to move the composite life cycle flag to a singleton.
This saves us some memory management.

I think that we can get rid of these life cycle states completely in the
future.
2015-01-27 01:19:31 -08:00
..
2015-01-27 01:00:59 -08:00
2015-01-27 01:00:59 -08:00
2015-01-27 01:19:31 -08:00
2015-01-27 01:19:31 -08:00
2015-01-26 15:50:57 -08:00
2015-01-13 14:01:34 -08:00
2014-10-26 12:18:24 +02:00
2013-05-29 12:54:02 -07:00