У нас вы можете посмотреть бесплатно The Vercel Edge Runtime issue that made me ditch Inversify and switch to Ioctopus или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
If you watched my "Implementing Clean Architecture in Next.js" video you'll know that we couldn't deploy our application to Vercel's Edge runtime because inversify and argon2 used APIs not supported on the Edge runtime. In this video I'll show you how I refactored the project in order to keep the same functionality, but be able to deploy to Vercel's Edge runtime and also use the Next.js Middleware functionality. 🔗 Links: https://bife.sh/sYANZWQi -- 🤝 Become a friend of the channel! Start your membership today and get extra benefits: https://youtube.com/@nikolovlazar/join 💬 A bunch of us are hanging out at https://discord.creatures.sh . Join us! 🐦 Find me on the bird app: / nikolovlazar 🎥 What I use for coding and making videos: https://nikolovlazar.com/uses -- 00:00 - Intro 00:40 - Why we couldn't deploy on Edge 01:06 - Replacing argon2 with bcrypt-ts 02:33 - Why I didn't pick typed-inject 05:29 - Implementing ioctopus 09:23 - Registering controllers and use cases in DI 14:21 - A brief mention of eslint-plugin-boundaries 16:13 - Making it official