Skip to main content

Other Frameworks

You can also use any other frameworks. You can only use frameworks that does not require compilation. This means that you can only rely on runtime frameworks.

Steps

  • Import the framework's library
  • If you are using a reactive framework, use context.get, context.set, and context.subscribe to manually synchronize properties values with the framework's reactive bits.