It IS good practice to store your functions and parameters in instance.data when it comes to coding for Bubble plugins. Do it any other way and you’ll tend to get weird/bad results or you’ll end up with a lot of unnecessary code.

The most important thing is compatibility. If, and when Bubble decides to make changes to how plugins interact in runtime, you’re much safer NOT using unnecessary workarounds.

3 Likes