Tagged “react”

  1. Cover image for Scrollable Container Controls with React Hooks

    Scrollable Container Controls with React Hooks

    Revisiting some old code to convert it to using hooks.

  2. Cover image for Multi-Select Checkboxes with React Hooks

    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. Cover image for Multi-Select Checkboxes with React

    Multi-Select Checkboxes with React

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

  5. Cover image for Scrollable Container Controls with React

    Scrollable Container Controls with React

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