Skip to content

ES modules and small performance optimizations

Compare
Choose a tag to compare
@dgpedro dgpedro released this 07 Jan 22:14
· 24 commits to master since this release
  • Added support for ES modules import.
  • Switch to react context API so no need to spread props from ComponentTransitionList until ComponentTransition component, which makes much easier to use React.memo in the 'in-betweens' components.