jaredlunde


Jared Lunde

  • published 0.2.15 5 years ago
  • A state container which limits the frequency with which setState can be called using lodash's debounce function. By default, `setState` is invoked on the trailing edge of the debounce call. If `leading` and `trailing` options are `true`, func is invoked

    published 0.1.13 5 years ago
  • A state container which provides an interface for setting single values.

    published 0.1.28 5 years ago
  • A state container which provides an interface for managing event listeners in its children. This component will automatically garbage collect all of its registered listeners on unmount.

    published 0.1.13 5 years ago
  • A state container which provides an interface for retrieving the bounding client rect of a referenced element. The bounding client rect will update each time the window resizes - a behavior which can be turned off by setting the prop `recalcOnWindowResize

    published 0.1.22 5 years ago
  • State containers which provide an interface for listening and responding to window events in a scalable fashion.

    published 0.3.1 5 years ago
  • A state container which provides an interface for constantly querying for changes to the size of the referenced element in its child function.

    published 0.1.18 5 years ago
  • A state container which provides an interface for targeting specific types of click events (e.g. double-click) and extracting rich stats about click position within the client, window, etc. making it perfect for UX analytics work.

    published 0.1.18 5 years ago
  • A state container which provides an interface for bound-value counting.

    published 0.1.21 5 years ago
  • A state container which provides an interface for listening to hover events on child components. The state of this component will only update if the device being used supports hover according to `!(window.matchMedia('(hover: none)').matches)`

    published 0.1.16 5 years ago
  • A state container which provides an interface for getting the natural size, rendered size and orientation from `<img>` elements.

    published 0.1.18 5 years ago
  • A state container which provides a performant interface for tracking the position of the mouse as it moves around the screen - perfect for UX analytic tracking and also in-browser gaming.

    published 0.1.18 5 years ago
  • A state container which provides an interface for setting and moving coordinate `{x, y}` values.

    published 0.1.16 5 years ago
  • A component for communicating changes to the state of one component to another component(s). This was much more useful before the React.createContext API in React 16.3 for ensuring context updates reached their consumers.

    published 0.1.11 5 years ago
  • A state container which provides an interface for listening to the scroll event of its child component and providing valuable data about direction, distance, and more. It also provides convenience functions for scrollTo with optional animation.

    published 0.1.20 5 years ago
  • A state container which provides an interface for applying CSS `will-change` styles to its child components when given events fire. This is incredibly useful because browsers recommend that you use this CSS property sparingly, as it's a GPU-hog. You shoul

    published 0.1.16 5 years ago
  • A state container which provides an interface for adding and removing items from simple arrays and sets while maintaining immutability on those arrays and sets, allowing for strict-comparison in child components.

    published 0.1.22 5 years ago
  • A state container which provides an interface for making selections from a group of choices. The `Choices` component itself is a context provider which can be used with the `Choice` and `ChoicesConsumer` components for deep-tree selections. It does not ha

    published 0.1.19 5 years ago
  • A package for SHALLOW removing of properties from an object or selecting properties from an object and creating a new object out of the result.

    published 0.1.2 6 years ago
  • published 0.1.0 6 years ago
  • returns a unique ID each time it is called

    published 0.1.1 6 years ago
  • ```jsx harmony import Portalize from 'react-portalize'

    published 2.1.0 4 years ago
  • A function as child component which provides an interface for creating paragraphs with line breaks from raw text with `\n` new lines. The default render child is: ```js const defaultParagraph = props => <p key={props.key} children={props.text}/> ```

    published 0.1.14 5 years ago
  • A utility for flattening nested render props (function as child) component calls safely and in a way that doesn't take a huge performance hit.

    published 0.1.19 5 years ago
  • Creates a function that calls multiple functions with the same arguments.

    published 0.1.1 6 years ago
show more packages