ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
633 stars 74 forks source link

feat: return fragments instead of array #118

Closed peterpeterparker closed 2 years ago

peterpeterparker commented 2 years ago

Feature

This PR introduces the usage of <Fragment/> instead of arrays as return types. I think it makes the code easier to read.

Being said, it can be a <Host/> too. Let me know if you would rather like this option.