22 packages
@toolz/allow
Provides validation of data types
@toolz/allow-react
Extends @toolz/allow to provide validation of React elements
@toolz/capitalize
A JavaScript utility for capitalizing strings
@toolz/clone
A library to do deep clones of JavaScript objects and arrays
@toolz/color
A JavaScript library for comparing RGB colors
@toolz/create-random-id
A simple utility to generate random IDs
@toolz/css3
A lookup utility for CSS3 properties in JavaScript
@toolz/get-cookies
A utility function that parses cookies into an object
@toolz/get-url-parameters
A utility function that determines whether a given string looks like a valid email address
@toolz/is-a-regular-object
Utility function for identifying regular JavaScript objects
@toolz/is-a-regular-object-react
Utility function for identifying regular JavaScript objects in React projects
@toolz/local-storage
A wrapper for local storage that maintains integrity of data types and fails gracefully if local storage is not available
@toolz/local-storage-is-available
A simple utility function to safely determine whether localStorage is available in the current environment
@toolz/looks-like-email
A utility function that determines whether a given string looks like a valid email address
@toolz/material-ui
A few simple (borderline-silly, they're so simple) wrapper components for Material UI Grid components
@toolz/session-storage
A wrapper for session storage that maintains integrity of data types and fails gracefully if session storage is not available
@toolz/session-storage-is-available
A simple utility function to safely determine whether sessionStorage is available in the current environment
@toolz/string-contains
A string-inspection utility that is mindful of international (i.e. non-ASCII) letters
@toolz/use-constructor
A custom Hook that provides constructor-like functionality to functional React components
@toolz/use-debouncer
A custom React Hook for tracking which API calls are currently in-flight
@toolz/use-synchronous-state
A custom React Hook that provides a synchronous way to read and update a state variable
@toolz/use-viewport
A custom Hook for React that reports on the current viewport height and width and size classification. It also listens for changes to viewport size.