Skip to content

Instantly share code, notes, and snippets.

@hwclass
Created July 19, 2017 20:53
Show Gist options
  • Save hwclass/c159aef8f03c451b6e4f275274de1ad0 to your computer and use it in GitHub Desktop.
Save hwclass/c159aef8f03c451b6e4f275274de1ad0 to your computer and use it in GitHub Desktop.
AWS-rendered React chocolate chips with Dawson— Part 1: A simple service for serving components
import React from 'react'
export const Header = () => <div>This is header component</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment