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: