I want to ask what the last sentence means and does (export default HelloWorld;) but I can\'t find any tutorials about it.
// hello-world.jsx import React f
In simple word export means letting the script we wrote to be used by another script. If we say export, we mean any module can use this script by importing it.