Tagged “react”

  1. Scrollable Container Controls with React Hooks

    Revisiting some old code to convert it to using hooks.

  2. Multi-Select Checkboxes with React Hooks

    An old code demo revised to use React Hooks.

  3. DraftJS: Mentions Plugin with Scrolling and Keyboard Navigation

    Solving the problem of a scrolling results list with the DraftJS mentions plugin.

  4. Multi-Select Checkboxes with React

    Listen for hotkeys to select multiple checkboxes in a few clicks.

  5. Scrollable Container Controls with React

    Managing a scrollable container with React by adding button controls, and seeing when they should be enabled or disabled.