Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. this._init (App.js) should be in componentDidMount instead.
  2.  
  3. event-list.jsx line 36 should have put `this.fields[tHeader]` to get the value in case it changes.
  4.  
  5. Could have used flux architecture and higher order components, but it felt like overkill.
  6.  
  7. Could have used a styling library, felt like overkill.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement