This repo contains code used for my talk on Exploring Modularized and Componentized CSS.
Directories
-
todoapp-original
- an idiomatic version of React TodoMVC -
todoapp-cssmodules
- the original refactored using CSS Modules -
todoapp-aphrodite
- the original refactored using Aphrodite -
todoapp-styled-components
- the original refactored using styled-components