According to what I read, the (internal) ionic components will be converted to webcomponents in ionic 4 using stenciljs. This enables smaller components, faster project loading and framework agnostic tools.
What I was wondering was if ionic 4 will also use the stenciljs compiler to auto-magically convert the angular components (written for our current ionic 3 project) to webcomponents, as to decrease the bundle size. Should this not be the case, would it be recommended now (ionic 3 project) to not write any angular components any more and create our components directly using stenciljs?
Talking about ionic 4… any news on when the release is planned? A matter of days, weeks, months,…?