scottbamford


Scott Bamford

  • React hook that provides a standard way generate async calls by returning a wrapped callback, a executing and success flags and any error result.

    published 2.1.2 2 years ago
  • Inject Typesafe is a 100% typesafe dependency injection framework for typescript that takes a alternative very lightweight approach to dependency injection that feels more like state management than a black box.

    published 2.1.2 2 years ago
  • Reactjs integration for inject-typesafe in the form of a Context, high-order component (HOC) and hook for resolving injected services.

    published 3.1.2 2 years ago
  • Reactstrap Button with support that will disable itself and optionally show different children when isExecuting is true (usually during an async task).

    published 1.0.4 2 years ago
  • Reactstrap Input component that autosizes to fit its contents when used with type="textarea".

    published 1.1.2 2 years ago
  • Utilities that allow us to do simple management of Guids or uuids as strings

    published 1.0.2 2 years ago
  • ApiFetch is a fetch() wrapper that provides an easy to read API for reading and writing JSON objects over HTTP(S) and REST apis

    published 2.1.2 2 years ago
  • Repository interfaces for CRUD operations on plain-old-javascript/json-objects (pojos), and HttpRestRepositry provider for use with standard rest apis.

    published 2.0.0 5 years ago
  • Universal access to navigation properties and methods for different react navigators including react-navigation (for react-native) and connected-react-router for react-redux.

    published 2.1.1 5 years ago
  • HOC that allows ioc for presenter (Uis) to wrap themselves in containers passing themselves to the container as props.container.

    published 2.1.1 5 years ago
  • Lightweight validation framework using for any models that are plain-old javascript objects (pojo)

    published 2.2.3 2 years ago
  • React hook that makes using pojo-validator easy with react.

    published 2.1.5 2 years ago
  • Wrapper components for Reactstrap's Input and FormFeedback that make it easy to show validation errors generated by pojo-validator.

    published 2.0.3 2 years ago
  • React component that can scroll to itself using scrollInView when its shouldScrollTo prop is true.

    published 1.2.1 2 years ago
  • React component that only renders its contents if it's showIf prop is true.

    published 1.0.1 2 years ago
  • Returns a callback that will not execute right away when called, but will instead execute next time all the state has been synchronised.

    published 1.1.3 3 years ago
  • React useEffect() that waits for a condition to be met, then runs only once.

    published 1.0.1 3 years ago
  • A useState like hook for boolean values that returns the state, and a ToggleStateAction instead of a SetStateAction that all the setState callback to be called without passing any arguments to simply toggle the boolean value.

    published 1.1.3 2 years ago