Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 871 Bytes

notes.org

File metadata and controls

27 lines (22 loc) · 871 Bytes

Enhancement [1/3]

Code

curl -H "Content-Type: application/json" -H "Authorization: SSWS 00CY5DahpcK7EMVPjBmc9yDJsGsdGyIIo34uiX-Cgl" http://rain.okta1.com:1802/api/v1/users

Reading

Removing-User-Interface-Complexity,-or-Why-React-is-Awesome

data is passed down and events flow up

State flows down the components, and events flow up. Note that while properties should never be changed, state is mutable. Properties can’t be changed because they are inherited every time the component is rendered, so any changes will be lost.