React

GraphQL

Add Query Variables from Props to <Query>

This is a post on how to make a query take variables passed as props from a parent component in a React/Apollo/GraphQL front end applications.

Read
TDD

Write Your First Red-Green Test

This is a post on writing your first red-green test with Jest and Enzyme using a simple create-react-app application.

Read