I understood that we export components to be able to import into some other file and to do so we use 'Named exports'and 'default exports', But i am indeed not sure about following things,
1.Are there any specific contexts to choose between any of them?
2.'Are named exports' and 'default exports' interchangeable?