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 version 2.1.2, 3 years agoInject 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 version 2.1.2, 3 years agoReactjs integration for inject-typesafe in the form of a Context, high-order component (HOC) and hook for resolving injected services.
published version 3.1.2, 3 years agoReactstrap Button with support that will disable itself and optionally show different children when isExecuting is true (usually during an async task).
published version 1.0.4, 3 years agoReactstrap Input component that autosizes to fit its contents when used with type="textarea".
published version 1.1.2, 3 years agoUtilities that allow us to do simple management of Guids or uuids as strings
published version 1.0.2, 3 years agoApiFetch is a fetch() wrapper that provides an easy to read API for reading and writing JSON objects over HTTP(S) and REST apis
published version 2.2.1, 9 days agoRepository interfaces for CRUD operations on plain-old-javascript/json-objects (pojos), and HttpRestRepositry provider for use with standard rest apis.
published version 2.0.0, 6 years agoUniversal access to navigation properties and methods for different react navigators including react-navigation (for react-native) and connected-react-router for react-redux.
published version 2.1.1, 6 years agoHOC that allows ioc for presenter (Uis) to wrap themselves in containers passing themselves to the container as props.container.
published version 2.1.1, 6 years agoLightweight validation framework using for any models that are plain-old javascript objects (pojo)
published version 2.2.3, 3 years agoReact hook that makes using pojo-validator easy with react.
published version 2.1.5, 3 years agoWrapper components for Reactstrap's Input and FormFeedback that make it easy to show validation errors generated by pojo-validator.
published version 2.0.3, 3 years agoReact component that can scroll to itself using scrollInView when its shouldScrollTo prop is true.
published version 1.2.1, 3 years agoReact component that only renders its contents if it's showIf prop is true.
published version 1.0.1, 3 years agoReturns a callback that will not execute right away when called, but will instead execute next time all the state has been synchronised.
published version 1.1.3, 4 years agoReact useEffect() that waits for a condition to be met, then runs only once.
published version 1.0.1, 4 years agoA 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 version 1.1.3, 3 years ago