diff -r 1f340f3597a8 -r ea92f4fe783d client/src/store/index.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/store/index.js Mon Oct 08 18:35:47 2018 +0200 @@ -0,0 +1,3 @@ +import * as R from 'ramda'; + +export const Record = defaultValue => R.compose(R.merge(defaultValue), R.pick(R.keys(defaultValue)));