indiana-university / conduit

A JavaScript library for architecting user interfaces with RxJS and React.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Connect: Forward any React lifecycle method to component #16 #4

Open basham opened 5 years ago

basham commented 5 years ago

csbasham commented on Apr 30, 2018


Right now, we only permit props$, componentDidRender() (custom method), and componentWillUnmount(). Investigate how to forward any lifecycle method to the component, for the most freedom for the developer.