There are generally two different types of imports & exports when working with JavaScript these are commonly used with React.js.
They are:
- Default Imports and Exports.
- Named Imports and Exports.
There are a couple of exceptions these more specifically to do with React.