Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@old-fusion-bot old-fusion-bot released this 07 Nov 21:55
d76bba7

Changelog

Highlighted Changes

  • Update reactors interface (#4)

Other Changes

  • Add initial implementation files (#2)

Migration Guide

Import renamed from createRPCReactor to createRPCReactors

-import {createRPCReactor} from 'fusion-rpc-redux'
+import {createRPCReactors} from 'fusion-rpc-redux'

Return reactors directly from createRPCReactors

-const {reactors, rpcId} = createRPCReactor('foo', {...})
+const reactors = createRPCReactors('foo', {...);