###Intro
I wanted to use a facade pattern
to provide a simple api for rendering job information in different forms using a Job component that received two props:
- the job data
- how to render the job
import React from 'react'
import Job from 'JobComponent'