Skip to content

ES modules and small performance optimizations

Choose a tag to compare

@dgpedro dgpedro released this 07 Jan 22:14
  • 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.