Boris Cherny

Results 42 issues of Boris Cherny

Instead of passing the entire store. Note: This will be hard to type safely. Pros: - Let React do the diffing instead of doing it ourselves - Avoids the need...

enhancement

https://github.com/reactjs/reselect

enhancement

This PR introduces the `SafePlugin` type and `createSafeStore` utility. They opt the user into a more restricted subset of Undux that is more aggressive about preventing cycles in Effects. The...

This callback is needed for https://github.com/bcherny/json-schema-to-typescript/pull/453, in order to more intelligently emit TypeScript types from JSON Schemas. Specifically, this change lets us use referenced names for type names, which results...

before: ``` html Subject: ``` after: ``` html Subject: ```

See https://github.com/coatue-oss/react2angular/issues/11: > 1. Mark the component as `transclude: true` > 2. Compile transcluded children in the component's scope > 3. Convert the compiled elements to JSX, and pass them...

enhancement
help wanted