Use of boilerplate actions and reducers in redux
问题 I have been following the widely given advice of learning React development by first mastering component props , encapsulating UI state in component level this.state and passing it down selectively through the component tree. It's been an enlightening experience. I've come to appreciate the power of the stateless view design pattern and I feel that I've been able to achieve robust and well organized results using these techniques. Moving on, I am now trying to incorporate more sophisticated