Become a member
Sign in
Neil Taylor
Neil Taylor

Neil Taylor

35 Following
33 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Neil Taylor

See more

From Refactoring a render prop with hooks by Sean McPherson

render() {
const renderProps = {
isOpen: this.state.isOpen,
toggle: this.toggle
}

Claps from Neil Taylor

See more

Creating a TypeScript API that consumes generated gRPC and GraphQL types

Noel Varanda