@gfpacheco/react-jss
Integration of JSS for react.
Integration of JSS for react.
Persist and rehydrate a Formik form
a collection of higher-order components that do firebase data fetching before rendering their corresponding sub-component.
React defer render HOC
Persist and rehydrate a Formik form
Forms in React, without tears
Debug utils for react components.
Set of higher-order components to turn any list into a sortable, touch-friendly, animated list
Set of higher-order components to turn any list into a sortable, touch-friendly, animated list
Set of higher-order components to turn any list into a sortable, touch-friendly, animated list
React.js Google Maps integration component
react high order component API to request and provide data. Not for direct usage, use @request-kit/react-redux instead
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.
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
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.
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
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.
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.
<a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"> </a>