Last 12 weeks · 0 commits
2 of 6 standards met
From https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-redux Almost 1-1 (only tests changed a little). Should be pretty easy to port newer version of typings. Known Issue:** (which is true for this also) https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-redux/index.d.ts#L14-L19 There is a known issue in TypeScript, which doesn't allow decorators to change the signature of the classes they are decorating. Due to this, if you are using @connect() decorator in your code, you will see a bunch of errors from TypeScript. The current workaround is to use connect() as a function call on a separate line instead of as a decorator. Discussed in this github issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/20796
Repository: developit/preact-redux. Description: :loop: Preact integration for Redux (no shim needed!) Stars: 288, Forks: 26. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: https://npm.im/preact-redux Topics: preact, preact-components, redux. Latest release: 2.1.0 (6y ago). Open PRs: 4, open issues: 12. Last activity: 6y ago. Community health: 42%. Top contributors: developit, fjorgemota, rand0me, yfr, arusanov, fend25, ForsakenHarmony, electerious, greengiraffe.
JavaScript
Compiled with problems: ERROR in ./node_modules/react-router/esm/react-router.js 452:30-48 export 'isValidElementType' (imported as 'isValidElementType') was not found in 'react-is' (module has no exports)