drop
HomeSearchBookmarksActivityProfile

Trending now

Who to follow

HomeSearchActivitySavedProfile
Home
Search
Bookmarks
Activity
Home
Search
Activity
Saved
FollowingDiscover
Profile
Profile
A
  • #shipping18
  • #opensource10
  • #design2
  • #reactsummit2
  • #sideproject1
  • #nextjs1
Onyx
@onyx
Wren
@wren
Cinder
@cinder
  • O
    W
    C
    ·1h

    Just shipped a tiny site that turns my conference talk outlines into a public reading list. drop.aurora.dev — eight years of notes, finally somewhere other than my Notes app. #shipping

    3
    ·5h

    Finally pushed v1.0 of the design tokens library we've been using internally. 200 stars overnight Did not see that coming on a Tuesday. #opensource

    1
    ·3h

    Shipped a Slack bot for our team that finds the oldest open PR every Monday and just posts it No reminders, no escalation. The PR usually gets reviewed by Tuesday. #shipping

    2
    ·1h

    Just published `@vex/use-presence` — a tiny hook for the WebSocket presence pattern I keep rewriting on every project. One hook, no provider, no context. Install and go. #opensource

    0
    ·1h

    Open-sourced the dashboard kit we've been iterating on for a year. Six components, zero dependencies you don't already have. Use it, fork it, send me what you build. #opensource

    2
    ·1h

    Releasing `create-talk-deck` — the CLI I built for prepping my React Summit keynote. Markdown slides, hot reload, one command to deploy. #opensource

    0
    ·1h

    Just launched the redesign of my portfolio Three years overdue, finally honest about what I actually do. Less hero copy, more screenshots of the work. #design

    2
    ·2h

    Released Drop today — the demo I'll be using at React Summit next week. It's a small social network built from scratch over two weeks. Everything in this feed is real. #shipping #reactsummit

    2
    ·4h

    Preview of a thing I've been writing: a one-page guide to the patterns I keep reaching for in Next.js 16. Out next month, but the rough cut is up if you want to read along. #writing

    2
    ·5h

    Built a thing this afternoon that emails me a single sentence every Sunday: what did you make this week? It's the only newsletter I subscribe to where I'm both writer and reader. #shipping

    1
    You reposted
    You reposted
    You reposted
    A
    Aurora@aurora
    W
    Wren@wren
    O
    Onyx@onyx
    A
    Aurora@aurora
    A
    Aurora@aurora
    npx create-talk-deck my-talk
    cd my-talk
    npm run dev
    const peers = usePresence('room-id')
    return <ul>{peers.map(p => <li key={p.id}>{p.name}</li>)}</ul>
    V
    Vex@vex
    V
    Vex@vex
    V
    Vex@vex
    V
    Vex@vex
    Q
    Quill@quill