Similar User
@spietrek
@matthiasrohmer
@MaoStevemao
@dvyscott
@AnkitJainOAJ
@JhonyV01
@kbyebea
@Hugo_O12
Next.js 15 and Turbopack Dev are now stable. Upgrade automatically with our new CLI and codemods. nextjs.org/15
Just saw this performance mistake in a React code review. Problem: If you invoke a function in useState's default, it's called on every render. (Not React's fault - that's how JS works). Solution: Specify a function reference instead. Then React only invokes the function once.
We’re excited to have @rogierdeboeve share the story of his portfolio creation today! Learn about his inspirations, challenges, and techniques in our latest case study 👾 Read it here: tympanus.net/codrops/2024/0… #frontend #coding #website
Always have an SVG goo filter ready to go in your UI toolkit 🎯 .container { filter: url(#goo); } One line of CSS on the container + the SVG filter 🤙 Throw a border on for "Fake 3D" 👀 SVG filter code below 👇
Why am I only now finding out about this neat trick in Illustrator
By default, when you scale SVG elements, stroke width scales, too. If you make your element twice as wide, the stroke width will double on the x-axis, too. This screws up quite a few SVG graphics. But guess what? You can disable stroke scaling. 💪👇 stefanjudis.com/today-i-learne…
📚 Wrote a new article, outlining why I think using barrel files in application code is a bad idea: tkdodo.eu/blog/please-st…
CSS scroll to unblur text ✨ .word { --start: calc(var(--i) * var(--pxPerWord)); --end: calc((var(--i) + 1) * var(--pxPerWord)); animation: fx; animation-timeline: --section; animation-range: var(--start) var(--end); } @keyframes fx { 0% { filter: blur(20px); opacity: 0; }}
The new Web Weekly is out. 🥂👇 This time: ✅ View transition misconceptions ✅ `clip-path` animation magic ✅ Functioning ARIA-live regions ✅ How to avoid memory leaks in React ✅ Two (!) new cross-browser supported CSS features 🎉 ➕ New tools & more platform updates.…
TIL that Node has a built-in setTimeout that you can AWAIT... No more custom 'sleep' function...
A CSS scroll version of the gooey island 🤙 .island { filter: url(#svg-goo); } .island__avatar { animation: hide; animation-timeline: scroll(); animation-range: 0 var(--header-size); transform-origin: 50% 0; } @keyframes hide { to { translate: -50% -80px; scale: 0.3; } }
In celebration of my free book coming out, here's a massive thread of all my best free TypeScript resources. I guarantee that if you work through this list, you'll be the top TypeScript wizard at your company. 🧵
Container queries are cross-browser supported now for over a year. If you're still worried about not supporting browsers, you could adopt a fallback solution via custom elements. 🫣👇 web.dev/blog/how-to-us…
My books are free to read online: – Exploring JavaScript (ES2024 edition) – Deep JavaScript – Tackling TypeScript – Shell scripting with Node.js Retweets appreciated! exploringjs.com
pretty cool technique to make tables more usable on mobile! #CSS4
Tired of boring table views on mobile? I discovered a new trick to transform table layouts into horizontal scrollable content using Scroll Snap & Container Query. Check it out! 👉 dev.to/subu_hunter/bu… #CSS #ScrollSnap #CSS4 #CSS5
Yall. This is so cool!!! The text reflected in the raindrops with a shader 🤯 Real, searchable, translatable DOM content in the canvas. Stylable with regular CSS, too. 🤯🤯🤯 @fserb
For the last couple months, our team has been working hard on a few paradigm-changing features for HTML Canvas. One of them is the ability to have HTML elements in a canvas. Here's a ThreeJS demo with a live HTML texture.
Time for a new mind-bending project! #QLOCK — A JavaScript Quine Clock aem1k.com/qlock It displays the current time in a seven-segment style, embedded within its own JavaScript source code. 🕔 🕝 🕢 🕤 🕑 🕜 (321 bytes)
lovely #CSS5 😍 from @mxbck's recent post: "Old Dogs, new CSS Tricks" mxb.dev/blog/old-dogs-…
Amazing post by @yuanchuan23 jam packed with powerful math and @property uses Look like things maybe @openprops can bottle up and make easy 🤔 yuanchuan.dev/time-based-css…
United States Trends
- 1. Browns 96,1 B posts
- 2. Lakers 45 B posts
- 3. Jameis 47,6 B posts
- 4. Franz 13,1 B posts
- 5. Tomlin 20,2 B posts
- 6. Bron 14,2 B posts
- 7. #ThePinkPrintAnniversary 19,8 B posts
- 8. Pickens 15,6 B posts
- 9. Reaves 6.391 posts
- 10. #PITvsCLE 11,6 B posts
- 11. Pam Bondi 237 B posts
- 12. #TNFonPrime 5.706 posts
- 13. Russ 36,8 B posts
- 14. #PinkprintNIKA 9.080 posts
- 15. Anthony Davis 2.844 posts
- 16. Chris Brown 16,2 B posts
- 17. Myles Garrett 9.417 posts
- 18. Arctic Tundra 11,6 B posts
- 19. Fields 51 B posts
- 20. #DawgPound 7.463 posts
Something went wrong.
Something went wrong.