- [ ] better if/eles check in JSX
- [X] integrate with signin widget
- session obtained from signin widget is only allowed to work with CORS API.
- [ ] CSS http://www.material-ui.com/
curl -H "Content-Type: application/json" -H "Authorization: SSWS 00CY5DahpcK7EMVPjBmc9yDJsGsdGyIIo34uiX-Cgl" http://rain.okta1.com:1802/api/v1/users
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.