I am migrating a SPA web site from Backbone.js and debating if I should use Vue components for the Header and Footer or use plain HTML. The header/footer are not currently reactive.
Using components is very convenient but I am unsure of the performance impact, if any, of making those into components.