Skip to main content

I'm building an app using the Canvas Kit. What's the difference between a card and a canvas?

The main difference here is that a card is an instance of a Messenger App that loads into each user’s specific Messenger instance.

 

The canvas is the object that contains the components that make up the Messenger App. The canvas can be iterated on within the same card instance multiple times, while the card itself never actually changes.


Reply