F7 V2 Is there a way to have multiple JS files?

Hello. I’m coding my app on the app.js with all the functions there and it’s getting kind of big. I’m wondering if there’s a way to have more JS files besides app.js where I can put other functions. For example a file called login.js and put the login function there. Is it possible? Thanks.

Sure, you can. Just make sure everything is in correct scope

1 Like

Plus using framework7 compnents, really lessens the code you have to write in a single file since each component can have its own specific code

2 Likes