Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: acdlite/redux-rx

Redux 1.0 compatibility

26 Aug 21:54

Choose a tag to compare

This update supports the Redux 1.0 API. It also updates its react-rx-component dependency to v0.5.0.

Assets2
Loading

Preparing for Redux 1.0

22 Jul 22:21

Choose a tag to compare

Pre-release

v0.4.0-alpha is a prerelease version, updated for compatibility with upcoming Redux 1.0 release.

npm install redux-rx@prerelease

Thanks to@frederickfogerty (#4)

Loading

createConnector()

07 Jul 19:47

Choose a tag to compare

This release includes a new functioncreateConnector(), which allows you to create Connector-like React components by transforming sequences of props and the store state (and a sequence ofdispatchs, for correctness).

(props$, state$, dispatch$) => childProps$

createConnector() is actually a thin layer on top ofreact-rx-component, which is a generalized form of the same concept.

Also new is a special version ofbindActionCreators() that accepts either a dispatch function or a sequence of dispatch functions, useful for insidecreateConnector().

import{createConnector}from'redux-rx/react';import{bindActionCreators}from 'redux-rx;
Loading

[8]ページ先頭

©2009-2025 Movatter.jp