Can you predict with 100% confidence what will be the visual result of the following code?
Checkout https://t.co/CUt0Jr4VTZ to hone your CSS skills and get the answer!
"CSS Basics", the first part of this free course, is now available 🎨
Just published an article on how to make optimal tree shakeable libraries for your #frontend apps !
If you are using libraries with @webpack or @RollupJS and are looking to optimize the performance 🚀 of your applications, this article is for you 😉
https://t.co/umS9Vh1JzF
Save the date ! 📅 Le meetup NestJS Paris est de retour dans un nouveau format 100% virtuel et aura lieu le mardi 8 décembre. On aura le plaisir d'accueillir @MDuboille et @Thomas_Pucci. Lien de l'event ➡️ https://t.co/V0hSYWsWWc
Ever tried debugging an element that keeps disappearing when it loses focus once you start using devtools?
Well dang me to heck there is an "Emulate a focused page" option in @ChromeDevTools just for that 🤯
(you can get it from the [⌘]+[P] Command Menu, or Global Preferences)
Various interactive exercises that let you explore different features of TypeScript's type system.
🔗 https://t.co/x3IyedUmDJ
✍️ by @mdevils
🏷 #TypeScript#JavaScript
Nuxt 2.14 is out with a BIG improvement for static site generation 🚀
From now on, `nuxt generate` smartly knows when to re-build your project.
And it's working out of the box on @Netlify, @vercel and any CI supporting node_modules caching ✨
https://t.co/EhelirXjMq
(1/3)
It's been a while, but I wrote a new blog post🥳 All about cross-origin resource sharing (and understanding those annoying CORS errors lol) 💪🏼 Hope it helps!
Includes:
✨ Same-Origin Policy
✨ Understanding CORS
✨ Preflighted Requests
https://t.co/pMRUhFMKsZ
😱 Did you know Houdini custom props are coming to CSS?
Now, u can specify syntax (type) & initial value (fallback) right in CSS!
@property --val {
syntax: '<color>';
initial-value: pink;
inherits: false;
}
🥳 Read more on why this is so exciting: https://t.co/HobhXUNU6a
You heard about compilers, but you didn’t have a clue how it works under the hood ? 💫
In this article, discover how Overlay engineering team built the first prod-ready web component compiler from design tools.
https://t.co/fOU3wayMEK
4 reasons React renders:
1. State change
2. Prop change
3. Parent render
4. Context change
When props change or a parent renders, you can skip the render via:
1. shouldComponentUpdate
2. PureComponent
3. React.Memo
When state or context change, React always renders.
#reactjs
I've built something I've thought of for a long time, and it's finally ready for preview! 🚀
Foam is a personal knowledge management and sharing system built on VS Code and GitHub 🧠
Try it out and let me know what you think! 👀
More thoughts below 🧵
https://t.co/CaEUCwASeT