I didn’t understand a few things, can anybody help clear out my doubts?
- does ionic 4 include stencil ? it seems to me that stencil is a separate project
- ionic native seems usable from react and outside of angular; is it the same for @ionic/angular package?
Thanks
Stencil was used to build the Ionic Components. It is a separate project, and should probably never be need by anyone other that component library builders.
Ionic Native are wrappers to Cordova Plugins. So, if you can use Cordova, and write in ES2015, you should be able to use them. I have no done so…
not sure about the first statement. this is taken directly from the stenciljs website
" Stencil is a simple compiler for generating Web Components and progressive web apps (PWA)"