Skip to content

Commit

Permalink
Fix description text
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Dec 20, 2016
1 parent ee9485b commit 56415f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@

- **Writing Your Styles in JS != Writing Inline Styles**
http://mxstbr.blog/2016/11/inline-styles-vs-css-in-js
Max Stoiber describes the key difference between "inline styles" and "CSS-in-JS" approaches: styles applied to elements vs styles added to a <style> tag.
Max Stoiber describes the key difference between "inline styles" and "CSS-in-JS" approaches: styles applied to elements vs styles added to a style tag.

- **"Styled Components or Glamor?"**
https://www.reddit.com/r/reactjs/comments/5eq8ew/styled_components_or_glamor/
Discussion and comparisons between some different CSS-in-JS libraries

- **The magic behind styled-components**
http://mxstbr.blog/2016/11/styled-components-magic-explained/
A look at how the styled-components library uses the new ES6 "tagged template literals" feature to interpolate arguments and build up CSS
A look at how the styled-components library uses the new ES6 "tagged template literals" feature to interpolate arguments and build up CSS

0 comments on commit 56415f9

Please sign in to comment.