Read.it is an example app used in my talk Styling React Applications
The talk covered the following styling solutions:
- Plain CSS
- Inline Styles
- CSS Modules
- Styled Components
Each solution is implemented in a dedicated branch.
To start the application use the following script:
npm start
yarn start