ES modules and small performance optimizations
- Added support for ES modules import.
- Switch to react context API so no need to spread props from
ComponentTransitionListuntilComponentTransitioncomponent, which makes much easier to useReact.memoin the 'in-betweens' components.