Ionic 4 has two layers of implementations. The bottom layer is Ionic Core that consists of common components built as custom elements in Web Components. These components can be used in any web page with vanilla JavaScript or any JavaScript framework. The top layer consists of bindings for different frameworks. The Ionic team provides the framework bindings of Angular, React and Vue. This chapter covers basic concepts related to Web Components, Stencil and Ionic Core.
Compared to previous versions of Ionic framework, building Ionic components as Web Components in ...