We can use renameProp, which the recompose library gives us, and update our component like this: const Profile = ({ name, age }) => ( <div> <div>Name: ...
確定! 回上一頁