Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 406 Bytes

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

npm start

Yarn

yarn start