React Developer — Easy
Key points
- Default export restricts to one export per file
- Named export allows multiple exports
- Default export is imported without braces
- Named export requires braces on import
- Helps in organizing and importing components effectively
Ready to go further?
Related questions
