Security

June 21, 2017 ยท View on GitHub

._   _       _            
| \ | | ___ | |_ ___  ___
|  \| |/ _ \| __/ _ \/ __|
| |\  | (_) | ||  __/\__ \
|_| \_|\___/ \__\___||___/

Security

  • For SSR, be sure to sanitize your stores that you serialize (for later hydration) to prevent XSS
    • The Most Common XSS Vulnerability in React.js Applications