This repository was archived by the owner on Apr 27, 2020. It is now read-only.
Releases: yuba-lab/linking
Releases · yuba-lab/linking
0.1.0 beta 4
- Add react implementation specific bindings
linking/preact
import
\linking/preact : {h, link, start-app}
\./preload : preload
\./reduce : reducers
\./main : main
store = link-app {reducers, preload, component: main}
0.1.0-beta.3
- Add
getState
to the action creator ofbindAction
as 3rd parameter - Add
classFactory
export
0.1.0-beta.2
- If
create-action
(passed tobind-action
) returns a falsely value, it will be ignored.
0.1.0-beta.0
- Replace 2nd parameter
dispatch
ofmerge
withbind-action
- Update signature of
link
to{Component or create-class, prop-types}
- Instead of render function wrap,
link
returns a class.