I have searched enough and skimmed through the documentation of import available on https://developer.mozilla.org/en/docs/web/javascript/reference/statements/import
I still didn't get an answer as to what would be the syntax for:
import React from 'react';
var InfiniteScroll = require('react-infinite-scroll')(React);
I am not sure how to write require('react-infinite-scroll')(React) using import.
Thanks in anticipation.