Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 372 Bytes

QUESTIONS.md

File metadata and controls

5 lines (4 loc) · 372 Bytes

questions

  • is there a better way to handle actions in an array? see bindIndexToActionCreator
  • how to load content from an url change? I'm using componentWillMount, but is there a way to do this even before that?
  • actions for every button or manage a bigger slice of the state and update it at once?