React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Children API Quiz
Why might Children.toArray be useful?
Report this question
To use array methods such as filter or reverse on children
Show Explanation
children is opaque and not always an array. Children.toArray gives you a normal array to manipulate.
To fetch child data from a server
To convert children to CSS
To force a production profiling build
Next Question (8/20)