Named Export vs Default Export in ES6
ES6 provides us to import a module and use it in other files. In React one can use stateless components in other components by exporting the components from their respective modules.
ES6 provides two ways to export a module from a file: named export ...
vishuraj.hashnode.dev2 min read