Ask Your Question
3

What is the meaning of '...' in React-Native?

asked 2023-07-20 10:18:48 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-20 10:25:02 +0000

djk gravatar image

In React-Native, '...' is the spread operator, also called the rest parameter. It is used to spread the elements of an array or object literal. This allows for concise and efficient code by allowing you to quickly add or remove elements without having to manually specify each one. It is commonly used in components to pass all props down to child components or to merge objects with existing ones.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-20 10:18:48 +0000

Seen: 12 times

Last updated: Jul 20 '23