mhellams


  • Javascript plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.

    published 0.0.2 6 years ago
  • A multi-level groupBy for arrays. Nesting allows elements in an array to be grouped into a hierarchical tree structure; think of it like the GROUP BY operator in SQL, except you can have multiple levels of grouping, and the resulting output is a tree rath

    published 3.0.0 3 years ago
  • Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

    published 0.1.1 2 years ago
  • published 0.0.0 2 years ago
  • ### Overview mth-pagination is a class written in TypeScript that provides functionality for managing pagination in your applications. The mth-pagination class generates a range of page numbers and provides methods to navigate between pages.

    published 0.0.7 a year ago
  • This is a custom React Hook which allows you to have a callback on the setState function. It extends the basic useState functionality from React by allowing you to pass a callback function, which will be called immediately after the state has been updated

    published 0.0.2 a year ago
  • ### Overview mth-pagination is a class written in TypeScript that provides functionality for managing pagination in your applications. The mth-pagination class generates a range of page numbers and provides methods to navigate between pages.

    published 1.0.0 a year ago
  • ### Overview This is a custom hook for creating pagination logic in your React application. useMthPagination provides an easy-to-use API for generating pagination numbers, navigation, and a simple mechanism for changing pages.

    published 0.0.1 a year ago
  • ### Description **useSetState** is a React custom hook that behaves similarly to **useState**, but its setter function merges state updates instead of overwriting the previous state. This is a familiar pattern for those who have used Redux or **this.setSt

    published 0.0.1 a year ago
  • This code provides a function for creating length validation using the Yup library even with empty strings.

    published 0.0.1 a year ago
  • published 0.0.2 7 months ago
  • `useDeferredPromise` is a custom React hook that provides a simple mechanism to create deferred promises within a React functional component. This can be useful for delaying the resolution of a promise until a later time or when a specific event occurs. [

    published 0.0.3 7 months ago
  • published 0.0.1 6 months ago
  • A React hook that runs a poll to check for a condition to be met, and if the condition is not met within a certain amount of time, the polling is stopped.

    published 0.1.0 2 days ago