@IndiaPostOffice It has been two days since Rakshabandhan. I dont have a single update for this post since 9th August. Can you please follow up.
@IndiaPostOffice@PMOIndia
@PMOIndia@IndiaPostOffice@narendramodi
My sister has sent me rakhi for Rakshabandhan on 6th aug 2024 and it was despatched on 9th from India but I have not received it yet .
Tracking no is RG160130535IN.
Kindly look into this.
Two weeks ago, we published an early preview of the new React Docs Beta at https://t.co/ql9wyiBk30. If you’re learning React, check it out and let us know what you think! It’s still a work in progress and unfinished, but there are several reasons we are excited about it.
Registration for React Conf 2021 is now open!
React Conf will be hosted online for free December 8th 2021 at 10am PST. If you can’t make that time, we’re also hosting a replay event at 10:30pm PST!
https://t.co/uPrBKkA0Q6
The tooling for CSS is getting better 🔥
Check the new flexbox debugging tool in @ChromeDevTools:
‣ Find "flex" badge on elements with display flex
‣ Experiment with settings using a visual editor
Learn more in this post by @JecelynYeen https://t.co/bXp9HY7xPl
@Tundeiness@denicmarko@Tundeiness Suppose you want to display some content and you want 15px margin on each side (which add upto 30). Now you dont want your content width to be dynamic (should increase/decrease when the window is resized). How would you give the exact width?
width: calc(100vw - 30px);
JavaScript tip:
Short-circuits conditionals.
If you have to execute a function only if condition is true:
if (condition) {
doSomething();
}
You can use short-circuit:
condition && doSomething();
Trying https://t.co/slo0yAUOwu ~ test responsive designs on target screens side-by-side. Includes DevTools, click/scroll mirroring & batch screenshot export.
Web Performance Calendar https://t.co/Vw3v2ud2eT
There are 31 excellent web performance related articles discussing:
🖼️ Native image lazy loading
💻️ Long Tasks API
🎁️ Bundling JavaScript
📊️ Understanding WebPageTest
🎨️ The Largest Contentful Paint metric
✅️ Much more
Understanding the JavaScript event lop would demystify *a lot* of things for you and help you wrap your head around the entire runtime of your apps.
Resources I'd *strongly* recommend:
🔸 Visualization in the browser https://t.co/m8Z1U9WNLG
🔸 In The Loop https://t.co/vaCJ2tiVQN