Implement `useProperty` hook. ``` const [value, setValue] = useProperty('value', ()=> 'something') ```