What binding libraries are safe for WebExtensions?

So I need to create a settings form that has some dynamic stuff in it. I wanted to use Knockout.js as it is lightweight and doesn’t have external dependencies… But I just learned I cannot use it in Firefox because Knockout uses eval. :confused:

So. Is there some recommended list of frameworks that were tested to work? Preferably something lite and not using 100 node modules :wink:

1 Like

AMO has a list of whitelisted libraries that do not trigger manual review:

If you want to use webpack or other build tool, check tips at the end of this thread:

1 Like

Thanks! Angular 1.6 seem to be working fine :slight_smile: .