My question is more of a best practice question.   I'm in a react app and right now, I'm defining all of my tweens as separate functions and importing them when needed.    Is there any reason why "you" should not define Tweens in a separate file?   I'm doing this because I plan on passing them to a Intersection Observer as the callback.