React newb ― please be gentle.
So I have my first empty react project created through create-react-app
. And there's the example snippets available at https://reactjs.org/, the very home page of the site, which I incorporated into my empty project. Now I'm not sure what's the react convention around exporting stuff, as in:
export default App
frankly, I was not able to find documentation regarding that under react docs. Can you kindly explain, or point me in the right direction as per relevant documentation?
Thanks!