Skip to content

Improved render performance and new alwaysRender flag

Compare
Choose a tag to compare
@chrisjpatty chrisjpatty released this 09 Feb 18:22
· 45 commits to master since this release
  • Migrated from forceUpdate to setState for improved render performance. (Thanks @TrySound!)
  • Added alwaysRender prop to DragComponent to allow it to always render regardless of whether or not you're dragging.