Generate .js or .ts files containing requires for a collection of files
published version 1.0.11, 8 years agogenerate a single .js that sets a global variable with the current date and time. Usefull for versioning web applications
published version 1.0.5, 9 years agoMemoize functions by comparing arguments by reference
published version 1.0.7, 8 years agoDeclarative data dependencies for react components
published version 1.0.30, 8 years ago```jsx interface Props { value: string; onChange: (x: string) => void; } class MyComp extends React.PureComponent<Props, {}> { render() { return <input value={this.props.value} onChange={this.props.onChange} /> } } ```
published version 1.0.0, 8 years ago```jsx interface Props { value: string; onChange: (x: string) => void; } class MyComp extends React.PureComponent<Props, {}> { render() { return <input value={this.props.value} onChange={this.props.onChange} /> } } ```
published version 1.0.4, 8 years agoDefine relationships between selectors as a matrix of filter functions
published version 1.0.4, 8 years agoManage react modals with async functions
published version 1.0.1, 8 years agoHigher order component to make any component accept RxJS observables as props
published version 7.0.0, 5 years agoFunciones puras para manipulación de objetos, arreglos, promesas y observables
published version 2.0.43, 4 years agoreselect + promise and observable support
published version 1.0.0, 5 years agoArbol de rutas con `react-first-router`
published version 1.1.6, 3 years ago[](https://travis-ci.com/RafaelSalguero/pureutils)
published version 1.2.1, 4 years agoThe smallest usePromsie hook for React
published version 1.0.2, 3 years ago- published version 1.2.102, 2 years ago
This project has been created using **webpack-cli**, you can now run
published version 2.2.13, 10 months ago