Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Clark 322076a8c2 Future-proof react-create-class
- Backport change to enqueueReplaceState. Use new API instead of
enqueueCallback, which is gone in 16.
- Implement isMounted using lifecycles, so we have the option of
removing this later.
2017-03-27 16:23:45 -07:00
Andrew Clark e535d58feb Fix imports in CJS entry 2017-03-24 15:16:49 -07:00
Andrew Clark 60a795575f Create react-create-class package
Extract createClass into a separate package so we can deprecate it in
version 16.
2017-03-21 14:28:09 -07:00