Issue
Can one use the Ionic framework with plain Javascript (aka. without the recommended frameworks like react, angular or vue)?
If yes, how?
Solution
yes, you can build Ionic apps using VanillaJS or take advantage of Vue, React or Angular or Stencil
all components documentation is available for JavaScript.
it's recommended to use React or Vue,... for large-scale applications but if you want to use plain JS it's available.
From the Ionic framework documentation:
One of the main goals of moving Ionic to Web Components was to remove any hard requirement on a single framework to host the components. This made it possible for the core components to work standalone on a web page with just a script tag
Answered By - Saeid Doroudi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.