Next.js 7 supports dynamic importing of modules; previously this was not possible due to Next.js rolling its own import functionality. They've now removed that and support default import functionality ...