React Routine
Before React introduced hooks, I made this library which lets you write sharable component logic using generators (sagas) instead of lifecycle methods.
React Redux
React bindings for Redux using render props. These days you should use the official ones.