If you have index files in your app code that look like this, just delete them ❌
Import directly; avoid barrel files. They don't really make your codebase more organized, and have a bunch of downsides.
Le hack le plus cool que j'ai appris cette semaine sur GitHub :
1) ouvrez n'importe quel repo
2) remplacez .com par .dev
3) parcourez le code du dépôt dans une instance de VS Code !
React Aria is not only the best foundation for building the component library but also an incredible resource from which to learn.
I learned so much about correct naming, patterns, interaction, composition, and UX by reading their specs – https://t.co/gYXNMqhhMp.
🤫 Introducing Silent Mention for @raycastapp
A simple extension to silent your @handles, www.urls.com and #hashtags.
Inspired by @rauchg and @markjaquith
🔥 Tailwind Tip 🔥
Container queries are here in @tailwindcss 🙌
Let's take a look 👀
Container queries are changing the game. They make your UI components more robust and resilient.
Browser support is getting really good, so it's time to embrace a new CSS/Tailwind skill! 💅
The pivotal moment of transitioning from intermediate to advanced @typescript was realizing the type system is a programming language in itself, w/ variables, functions, conditionals, & loops.
Utility types like Required, Record, Pick, Omit are all built with these primitives.