👋🏻 Можно ли использовать вложенную v-model? // parent <template><Children v-model="property" /></template> // children <template><GrandChildren v-model="property" /><templat...
H guys. I have written in group about total blocking time few days ago. I have made a simple live example https://nuxt.itdevv.com. I have here 40 cards and 400ms blocking time...
using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Shop.Models { [Tabl...
Можно ли использовать use в use? Что-то вроде use Long\Path\To\Namespace as Classes; use Classes\Class1; use Classes\Class2; use Classes\Class3; // instead of use Long\Path...
Привет всем. Хорошая ли идея использовать MongoDB вместо или вместе с sql в интернет магазине? Основная причина, это производительность. Поскольку оптимизация фильтров для sq...
Привет всем. Как можно получить данные до перехода на страницу? Я пробовал использовать beforeRouteEnter, но не могу использовать методы компонента перед вызовом next. А если ...
Кто как справляется с тестированием сайтов? Когда идет большой сайт и с достаточно большим функционалом, у меня возникают серьезные проблемы с ошибками которые вылезают уже в...
Hi, guys. I need advice from experienced developers. I am freelancer, I am coding for approximately 6 years now. I don't have much problem with work itself, but estimation err...
Привет👋🏻. Можно ли в mongoDB сделать запрос по всем ключам объекта? Что-то вроде такого: db.collection.find({'info.*.name': "query"}) { info: { ru: {name: "Russian nam...
Как получить доступ к $refs.dynamicComponent? <template> <div> <DynamicComponent ref="dynamicComponent" v-if="loaded" /> <button @click="onClick">Load</button> <...
Hi, can somebody give me an advice. I am going to do a web shop on laravel. And I am considering doing it using Vue js or pure js. I have rather good experience working with v...
Hi, how does js affect largest contentfull paint? I have tried to run site with js and without. It looks same, nothing changes, so basically two identical images that starts a...
Можно ли как-то динамически импортировать не default export компонент? // module.js export { variable, videoPlayerComponent } Component.vue export default { components: {...
Hi guys, I have found a bug in repo and fork of it in github. Fork is not quite same as original, as it makes repo async. Actually in my project I need both async and sync. S...
Hi, do you use const over let in you practice? I understand how const works, but I can't understand why would I need it
Привет коллеги. У меня появилась задача, к которой не знаю как подступиться. На сайте есть множество страниц с разными ссылками без префикса: example.com/page-1 example.com/pa...
Привет всем Как вы оптимизируете high total blocking time из-за рендеринга? Я пробовал асинхронно подгружать файлы через import(), но это не дало результата. Все ещё 2+ секунд...
Привет всем, почему динамический v-slot не работает? // Parent Component <Child> <template v-for="item in items" v-slot=[item.id]>test</template> </Child> // Child Compo...
Hello guys. How do you optimize high total blocking time on rendering? I tried splitting my page into async files, but still it does not matter as I have 2+ sec total blocking...
😂. Ну все, обиделся. Почему нельзя просто сказать "не согласен, хватит флудить", и удалить сообщения? На этом весь флуд бы и закончился. Мы ведь тоже отвечаем не воздуху, а те...