I've been trying to learn and understand react-intl library and I encountered babel-plugin-react-intl library. There is a description in the library's page like that;
Extracts string messages for translation from modules that use React Intl.
I wonder that which string messages would be extracted?
Also, what are the benefits of extracted messages?
From: https://blog.johnphoto.se/2016/03/21/react-intl-v2/ (couldn't comment without more rep)