Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



The export default keywords specify the main component in the file.
If you want to change selection, open document below and click on "Move attachment"

Quick Start – React
t;button> I'm not a button </button> ); } export default function MyApp() { return ( <div> <h1>Welcome to my world</h1> <MyButton /> </div> ); } Show more <span>The export default keywords specify the main component in the file. If you’re not familiar with some piece of JavaScript syntax, MDN and javascript.info have great references. Writing markup with JSX The markup syntax you’ve seen above is called JSX. It


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.