Guillaume CRESPEL

Results 3 issues of Guillaume CRESPEL

add helpers to not rewrite the `key` (default is `@@form-`) : - ({ payload }) => payload['@@form-name'] === 'form1' - const values = action.payload['@@form-fileds'].map(f => action.payload[f])

help wanted
feature

change API of http driver : `http(context)[method](url, body, options)` => - if first parameter is a `string` : `http(context).head(url, body, options)` - if first parameter is an `object` : `http(context).head({...

actually : `form('myForm')` may be later : `form(action)`

help wanted
good first issue
feature