Inheritance

I’m still a bit fuzzy on inheritance within Fuse… So I’m trying to code a funciton for a calendar part of the app, which will read data from specific months and days of the year, allowing users to create and edit tasks that will show up in that calendar. I really don’t want to have to put all that code in my mainapp file. Any suggestions where to start with that?

Are you talking about inheritance in Uno, JS or UX ?

In JavaScript, you can easily split your code into separate files (modules) and use require to import them into other modules.

Have a look here: https://www.fusetools.com/learn/fusejs#importing-modules