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.



React apps are made out of components. A component is a piece of the UI (user interface) that has its own logic and appearance. A component can be as small as a button, or as large as an entire page.
If you want to change selection, open document below and click on "Move attachment"

Quick Start – React
add markup and styles How to display data How to render conditions and lists How to respond to events and update the screen How to share data between components Creating and nesting components <span>React apps are made out of components. A component is a piece of the UI (user interface) that has its own logic and appearance. A component can be as small as a button, or as large as an entire page. React components are JavaScript functions that return markup: function MyButton() { return ( <button>I'm a button</button> ); } Now that you’ve declared MyButton, you can ne


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.