Skip to content

Commit

Permalink
Updates, 2017-9-03
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 3, 2017
1 parent f4c2995 commit c8ac670
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions react-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
https://github.com/joeshub/css-in-react
A repo that demonstrates the basics of several different React CSS approaches and libraries.

- **Should I use CSS-in-JS with React?**
https://reactarmory.com/answers/should-i-use-css-in-js
Some opinionated thoughts on the pros and cons of using CSS-in-JS approaches, including concerns about possibly security issues.


#### Style Libraries

Expand Down Expand Up @@ -145,6 +149,8 @@
- **Emotion: The Next Generation of CSS-in-JS**
https://medium.com/@tkh44/emotion-ad1c45c6d28b
The author of the Emotion library gives an overview of its principles, benchmarks, and uses.




#### Techniques and Examples
Expand Down
6 changes: 1 addition & 5 deletions react-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
https://www.robinwieruch.de/react-svg-patterns/
A tutorial that covers several aspects of using SVG in React, and demonstrates how to use the svg-patterns library to generate patterend backgrounds.

- **Using React v16 to create self-destructing components**
https://medium.com/@gajus/using-react-v16-to-create-self-destructing-components-de8e4eb61d0f
Demonstrates how a tiny component that simply returns its own children can simplify the process of returning arrays of components in React 16.



#### Security

- **Exploiting Script Injection Flaws in ReactJS Apps**
Expand Down

0 comments on commit c8ac670

Please sign in to comment.