Design to Shipped. Faster.
Joined November 2013
- There’s a native API for deep copying objects in JS: structuredClone No more JSON.stringify hacks, no need for lodash or other libs. Magic.
- Create native carousels like Nike in a few lines of CSS - touch friendly and buttery smooth! Try it yourself: jsfiddle.net/L1cs6gt5/1/ Learn more about CSS scroll snap: developer.mozilla.org/en-US/docs/Web…
00:00 - Use CSS Clamp function to ensure that the width of an item is 75% of parent, but greater than 50px and less than 200px.
00:00 - CSS pro tip💡 Check for your fonts locally, only download them as a fallback.
- Make super satisfying buttons like Duolingo in just a couple lines of CSS 👇
00:00 - Still using padding-top to maintain image aspect ratios? aspect-ratio has widespread browser support and lets you fix aspect ratios SO much more intuitively.
- You don’t need to use a heavy framework to send form data! Just use the FormData API








