Sharing Styles with React and Aphrodite

Lately I’ve been using Khan Academy’s Aphrodite in a lot of my projects. React and Aphrodite work very well together! (although React is not a requirement) and makes managing CSS a lot easier! Using React and Aphrodite together makes each component look something like this: import React, { Component } from ‘react’ import { StyleSheet, css…… Continue reading Sharing Styles with React and Aphrodite