React: do something while all components are mounted

Viewed 480

As in title: how can I do something while all components are mounted in React? I'd like to run script which needs all my components to be mounted.

1 Answers
Related