Steve Polito · X (formerly Twitter)

Steve Polito profile banner

user avatar

MA

Joined January 2015

  • user avatar

    I wanted to share a naive "debounce" mechanism we created on a client project. There's probably a dozen ways to do this, but this is how we did it.

  • user avatar

    Excited to share our latest Hotwire tutorial! We build a fully animated drawer component without using any JavaScript. Then, to increase its fidelity, we’ll leverage Hotwire. The animation below is not using any JavaScript.

  • user avatar

    I wrote a tutorial based on client work demonstrating how to process a slow network request in the background, and return the result to the browser with Turbo and Active Model. Nothing was backed by Active Record.

  • user avatar

    form_with 🤝model object

  • user avatar

    If you've ever wanted to know how to conditionally render a Turbo Frame shared between multiple views in #rails, we explore several solutions in this latest post. A common example is inline-editing on an index page.

Read the original on x.com ↗