Reactjs – Do I need to put a text in App.tsx or do I have to create a separate file?
I have a question for a React file (I've just started). Do I have to put text in App.tsx for example: <h1>Hello World!</h1>, or do I have to create a separate file like Text.tsx and import it into App.tsx? Thanks…