Ivan Starkov

Results 23 issues of Ivan Starkov

### I haven't got this part: `Additionally, the composition model here is dynamic! Everything happens inside of render, so we get to take full advantage of the React lifecycle and...

ref #671 from what I see it will be impossible to make `setStatic` HOC work with `compose`, as it breaks the usual definition of `HOC` as a function of `ComponentType...

`react-controllables` my favorite react component and I use it everywhere, and I really like new changes to it. Here https://github.com/matthewwithanm/react-controllables/blob/master/src/index.js#L60 IMHO calling reducers from reducers can cause unpredictable results. (_setState()...

**Bug** **What is the current behavior?** After transition some element under CSSTransition have class `classNames-enter-done` If you rerender that element with `className` property change that class will be removed. Example:...

Thank you, incredibly fast lib. Without esm build i.e. ``` "build:esm": "tsc --module es2015 --target es5 --outDir dist/esm" ``` its impossible to use this library if ` "type": "module",` is...

## Describe the Issue It would be beneficial to have consistent Router types for the request. Currently, we have the following types for Router and AutoRouter: ```ts export const Router...

TypeScript

### Description The missing handler is a RequestHandler, and the response should not be passed to it. Probaly a breaking change for non typescript users. (_Found that prettier is not...

## Describe the Issue - https://github.com/kwhitley/itty-router/blob/7cb145879aa831f4bee1465d4b7995f659eae07f/src/types/RouterOptions.ts#L13 has a wrong type, the error is not formatted to the StatusError type here https://github.com/kwhitley/itty-router/blob/v5.x/src/Router.ts#L62 ```ts import { Router } from 'itty-router'; const router...

TypeScript

## Describe the Issue [json.d.ts](https://www.runpkg.com/[email protected]/json.d.ts) in the published version ```ts export declare const json: import("types").ResponseFormatter; ``` json.d.ts when I built it from 5.0.17 github tag ```ts export declare const json:...