Become a member
Sign in
staraple
staraple

staraple

10 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by staraple

See more

From Understanding Redux Middleware by Mark

…on object which can be read or modified before sending it to the next middleware function in the chain. Finally, the main dispatch function is invoked with the action obje…on object which can be read or modified before sending it to the next middleware function in the chain. Finally, the main dispatch function is invoked with the action object.

From How to handle state in React. by Osmel Mora

…s);
this.state = {count: props.initialCount};
this.onClick = this.onClick.bind(this);
}

render() {
return <div onClick={this.onClick}>{this.state.count}</div>;
…

Claps from staraple

See more

How a Side Project Grew Up to Become a Company

Ankur Nagpal

Making money takes practice like playing the piano takes practice

Jason Fried