You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes and no... I'd:

    • Define any functions you're going to keep using outside onInit.
    • Do any one-time initiailisation code in onInit, and delete it afterwards

    The Web IDE also lets you minify code that you're written in the right-hand pane, which should help a lot (although it makes it less debuggable)

About

Avatar for Gordon @Gordon started