Today we are deprecating the classes functionality inside Logic and migrating all instances of classes to a new
Constructor
component. This migration requires no effort from you and your apps will look and work exactly as the did before.
CleanShot 2022-12-15 at 09
This change was made to simplify the building of apps and prepare for some bigger, more exciting features in the future!
Constructors
work the same way classes did and support all the same actions. Just drop whatever you want to dynamic construct inside a
Constructor
component and you'll be able to carry on as normal.
While
Constructors
give you very fine grain control over the runtime behavior of content, for most situations I highly recommend you give
Collections
a shot. Link to that changelog below: