Monday, 28 January 2019

What do these three dots in React do?

What does the ... do in this React (using JSX) code and what is it called?

<Modal {...this.props} title='Modal heading' animation={false}>



from What do these three dots in React do?

No comments:

Post a Comment