Files
react/src
Sebastian Markbage 690409a912 Replace ReactComponentMixin with ReactReconciler
Instead of putting the shared code in a base class method, we use a wrapper
call around all invokations. That way they're free to add code before AND
after the non-shared code.

That way we ensure that component extensions don't need to implement
ReactComponentMixin and do super() calls into it. This helps to create a
tighter API for custom component extensions.

This provides the first step towards moving these methods to static
methods which allows to use a different dispatch mechanism instead of
virtual method calls. E.g. pattern matching.
2015-01-23 17:27:42 -08:00
..
2015-01-13 15:26:33 -08:00
2015-01-23 10:09:45 -08:00
2015-01-23 10:09:45 -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