Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 20, 2016 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antimatter15/48bb2264474dcbb58e2f7f834e9ee793 to your computer and use it in GitHub Desktop.
Save antimatter15/48bb2264474dcbb58e2f7f834e9ee793 to your computer and use it in GitHub Desktop.
Temperature
import React from 'react';
<img src="http://imgur.com/S2AinSB.jpg" style={{ width: 300 }} />
var fahrenheit = 84.2,
celsius = 5/9 * (fahrenheit - 32);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment