и renderless components ?
скорее всего, первое относится к приоритету импорта, а второй к рендеру уже на дереве , типо всегда первым
The Scoped Slots solve the same problems as Higher Order Components. They allow to share common functionality and they allow to add this functionality to a component only in some cases. Are they better than Higher Order Components? It’s hard to say. They are a different approach to solve the same problem. Are they better than Higher Order Components inside Vue.js application? Probably yes. Scoped Slots solution is provided by Vue.js, HOCs on the other hand are custom implementation that may break when Vue.js internals change. Scoped Slots solve one more problem. They prevent naming collisions. Developer has to declare the name of the scope, hence it’s easy to follow from where each prop is taken. Что вы на это скажете ? Очень интересно ваше мнение
скажу что это какой то высер очередняры прошлого столетия
Понял принял, спасибо большое за уделенное время
Обсуждают сегодня