Jump to content
Search Community

t.coenradi

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

894 profile views

t.coenradi's Achievements

1

Reputation

  1. t.coenradi

    React and GSAP

    I have been using React and GSAP together since react was first created. I have tried using it in a number of ways, but have found that tweening values in vanilla javascript objects combined with the use of the greensock onUpdate function (combined with onUpdateParams) and then pushing the values into a react component has been the cleanest. This completely avoids the need for using findDOMNode (or getDOMNode if you have an older version of React).
×
×
  • Create New...