Skip to content

drewwyatt/hooked-on-context

Repository files navigation

Hooked on Context

Keynote and Sample Code

💻 Sample Code

The sample code shown in the presentation can be found in src/examples.

🕹 Demo

The demo is built and published to Github Pages and can be found here.

📺 Keynote

📝 Custom Font

Since most of the code samples in the keynote were copy/pasted from VSCode, they are in FiraCode (a custom font 🤦‍). The code slides will probably look weird unless you download and install it. Sorry!

🔗 Links

🔧 Downloading and Running

The examples are built with create-react-app. You can get off the ground using the default create-react-app commands. Namely:

first:

$ yarn # install dependencies

then:

$ yarn start # run the app locally

or:

$ yarn test # run tests