Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Vanilla JS with OnsenUI 2
-
Hi, I am planning to get started by adopting vanillaJS only with Onsenui2, I am just wondering whether feature limited compared to using AngularJS with OnsenUI2?
-
@Taymindis Welcome aboard! From Onsen UI part there is no limitation at all. Of course you don’t have Angular’s magic like
ng-repeat
and those stuff, but nothing else. Actually we may add some utilities for Vanilla JS but those are still only specs.I think Onsen UI is really easy to use with plain JavaScript since you can grab any DOM element with
querySelector
and call its methods :)
-
@Fran-Diox Noted with Thanks :+1: