preact-redux icon indicating copy to clipboard operation
preact-redux copied to clipboard

:loop: Preact integration for Redux (no shim needed!)

Results 17 preact-redux issues
Sort by recently updated
recently updated
newest added

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)

This adds support for `preact x` but depends on this PR from `preact` https://github.com/preactjs/preact/pull/1901. After that's merged and released we could merge this one as well. ~Adds `+3.71kB` 😞 more...

Hi! Can't wrap my head around simple issue: Given we have a component and and its connected counterpart, the latter is not updated when it receives props. Made reproducible: https://codesandbox.io/s/sharp-moore-l1gcq...

Preact, 10.0.0-alpha.2 preact-redux is not working, react-redux work properly ![image](https://user-images.githubusercontent.com/25993421/54815430-4cb22880-4cd5-11e9-8b0a-4f9dac3fefde.png) There is No Error, Just There is `` without children(``) Check Plz

First I would like to note: PREACT is fantastic, that is why we have put forth great effort to continue using it. Our app is now lightning fast due to...

bug
help wanted
legacy

Using Redux 4.0.0 some errors occur while bundling a typescript/preact/preact-redux project. Versions I'm using: ``` [email protected] [email protected]" ``` The errors: ``` ERROR in [at-loader] ./node_modules/preact-redux/src/preact-redux.d.ts:19:23 TS2344: Type 'S' does not...

https://github.com/developit/preact-redux/blob/0b98ca39c40908a569bd84725d762af3a4a92fc5/src/preact-redux.d.ts#L23 `AnyComponent` may be `ComponentConstructor` in preact-redux.d.ts

help wanted

hi! we're considering using preact + preact-redux as an alternative to react + react-redux. This is pretty much solely due to bundle size savings migrating to preact. However preact-redux seems...

The latest versions of Preact, Redux & Typescript cause a bunch of errors in the typings file for preact-redux. This PR includes the fixes required for all of them.