import 'react-dates/lib/css/_datepicker.css'
The CSS mentioned can be deferred since it is not critical.
Is it possible to defer the loading of CSS when utilizing import
?
I found information on deferring CSS loading using <link>
from Google.