zerotwo icon indicating copy to clipboard operation
zerotwo copied to clipboard

Make getter helper accept function

Open egoist opened this issue 7 years ago • 0 comments

import { connect, getter } form 'zerotwo'

connect({
	activeList: getter(state => state.list.filter(v => v.active))
})

egoist avatar Feb 09 '18 04:02 egoist