uk
Feedback
Frontend-Resources

Frontend-Resources

Відкрити в Telegram
919
Підписники
Немає даних24 години
-17 днів
-330 день
Архів дописів
Remember folks, declaring globals isn't that hard. #ts
Remember folks, declaring globals isn't that hard. #ts

حتما براتون پیش اومده بخواید دستورات داکر رو تبدیل به فایل docker-compose بکنید، این سایت دقیقا همین کارو براتون انجام میده: https://www.composerize.com

# TypeScript Tip 🔥 You can use 'as const' on a template literal to force TypeScript to infer it. Without the as const, it de
# TypeScript Tip 🔥 You can use 'as const' on a template literal to force TypeScript to infer it. Without the as const, it defaults to string. With it, it goes DEEP.

In the script setup of a #vuejs component you can define a custom directive just by giving it a camelCase name that starts wi
In the script setup of a #vuejs component you can define a custom directive just by giving it a camelCase name that starts with v:

#js
#js

Reminder 📢 If you're animating numbers, use this line of CSS 👇 .numbers { font-variant: tabular-nums; }

#vue #nuxt
#vue #nuxt