Discussions

Discussions

6194 bookmarks
Custom sorting
Link Shared by sarah_edo
Link Shared by sarah_edo
Posts like this mean so much to me because I spent a lot of a year carefully writing and editing this. I’m so happy people are finding it useful! https://t.co/ZgLvE8gRUR — Sarah Drasner (@sarah_edo) Nov 27, 2023
Link Shared by sarah_edo
Link Shared by {{ WebReflection}}
Link Shared by {{ WebReflection}}
JS is becoming more and more a “glue” PL like Python (on C-Python) has been for a while … this is pretty awesome and FFI for WASM is pretty damn fast too … the “always bet on JS” meme is still going strong. Impressive and congrats 👏👏👏 https://t.co/4Qz16RzoXi — @webreflection@mastodon.social 🍥 (@WebReflection) Nov 27, 2023
Link Shared by {{ WebReflection}}
Link Shared by {{ migueldeicaza}}
Link Shared by {{ migueldeicaza}}
My reaction after reading the quoted thread: https://t.co/6DGUXqqyoD https://t.co/hnhNhFOy3k — Miguel de Icaza (@migueldeicaza) Nov 27, 2023
Link Shared by {{ migueldeicaza}}
Tweet by @BHolmesDev
Tweet by @BHolmesDev
Sick of remembering JS array.splice vs. slice and worrying about mutation? Check out arr.with() 👀 Updates item at an index and returns a new copy. Works in all major browsers! https://t.co/3cNwhiLO5J — Ben Holmes (@BHolmesDev) Jan 28, 2024
Tweet by @BHolmesDev
Tweet by @rickhanlonii
Tweet by @rickhanlonii
If you think react is complicated now, go back to 2015 when you had to configure babel and webpack yourself, you had to do SSR and routing yourself, you had to decide between flow and typescript, you had to learn flux and immutable.js, and you had to choose 1 of 100 boilerplates — Ricky (@rickhanlonii) Jan 28, 2024
Tweet by @rickhanlonii
Tweet by @kentcdodds
Tweet by @kentcdodds
@natessilva https://t.co/Vyfplb2xF2 — Kent C. Dodds 🌌 (@kentcdodds) Jan 28, 2024
Tweet by @kentcdodds
Tweet by @_AshConnolly
Tweet by @_AshConnolly
@adamwathan Above! 🙌 Related functions below is like someone telling you a story, but you don't have a clue who the characters are, so you have to interrupt them, then continue the story, then interrupt them again, and repeat 🔁 IMO above gives you context first, then the main story! 😃 — Ash Connolly 👋 (@_AshConnolly) Jan 28, 2024
Tweet by @_AshConnolly
Tweet by @jasonjoyride
Tweet by @jasonjoyride
Can you design the world's most powerful stove and secretly add 1.4 terawatt hours of battery power to the grid? Founder @sdamico thinks so. Episode 27 of S³ featuring @ImpulseLabs_ https://t.co/WmLXlXhaFE https://t.co/c0eRq3FEog — Jason Carman (@jasonjoyride) Jan 27, 2024
Tweet by @jasonjoyride
Tweet by @levelsio
Tweet by @levelsio
Damn Lemon Squeezy checkout is good They either use Stripe or made it look exactly like Stripe but it has the whole content section on the left that must convert really well Right now Stripe barely lets you add anything but some product name on the left side of their Checkout https://t.co/HwJwijJt9m — @levelsio (@levelsio) Jan 27, 2024
Tweet by @levelsio
Tweet by @_Rakuji
Tweet by @_Rakuji
site measure day https://t.co/C1Gfl74JaY — 「樂」 (@_Rakuji) Jan 26, 2024
Tweet by @_Rakuji
Tweet by @jh3yy
Tweet by @jh3yy
CSS Trick 🤙 You can create these tab bar controls by using :has() to count the number of tabs ⭐️ .tabs:has(input:nth-of-type(3)){--count: 3;} .tabs:has(:checked:nth-of-type(3)){--active: 200%;} .tabs::after{ translate:var(--active) 0;} Let's break it down in this noscript!… https://t.co/mD9CbvKd6W https://t.co/PqMUkQln6l https://t.co/Nls5wq6jlt — jhey ▲🐻🎈 (@jh3yy) Jan 25, 2024
Tweet by @jh3yy
Tweet by @ilyamiskov
Tweet by @ilyamiskov
What helps me grow is being realistic about what I can and can't do. I think of myself as a mediocre designer. I know there is so much out there to learn and there are so many insanely talented folks that I look up to. Ego is your enemy. — Ilya Miskov (@ilyamiskov) Jan 24, 2024
Tweet by @ilyamiskov
Tweet by @seaotta
Tweet by @seaotta
✨New CSS Feature Here's a demo of the CSS field-sizing property applied on a textarea I blogged about yesterday. textarea { field-sizing: content; } The textarea grows as you add content. This is currently in developer trial behind a flag in Chromium. https://t.co/WNBD44A9hU — Stephanie 🔮 Web Witch (@seaotta) Jan 24, 2024
Tweet by @seaotta
Tweet by @newincreative
Tweet by @newincreative
Anyone interested in this Figma file with all the free fonts I've been sharing? Since I created all the graphics there anyway. You can see all of my layouts and all the font examples in 1 place + a link to all the great font designers/ foundries featured. Just hit a like or… https://t.co/6FmvegeYOs https://t.co/tlMpJ751JD — Nguyen Le (@newincreative) Jan 24, 2024
Tweet by @newincreative
Tweet by @jh3yy
Tweet by @jh3yy
Implemented this credits system with @supabase x @lmsqueezy 🍋 A credit order fires a webhook that updates the database and also sets everything client side with @nextjs cookies + server actions 🍪 Here it is end to end! 🚀 No sign-in, etc. required ⭐️ https://t.co/BaxvNCsp0M — jhey ▲🐻🎈 (@jh3yy) Jan 24, 2024
Tweet by @jh3yy
Tweet by @pomber
Tweet by @pomber
@mattpocockuk For the copypasters: ``` type PrettifyT = { [K in keyof T]: T[K] } & {} ``` — Rodrigo Pombo (@pomber) Feb 8, 2023
Tweet by @pomber
Tweet by @Gavmn
Tweet by @Gavmn
Table View transition https://t.co/9kt5aNAX9F — Gavin Nelson (@Gavmn) Jan 23, 2024
Tweet by @Gavmn