professional-programming/training/front-end/06-front-end-development-practices.md
2020-11-09 16:05:13 +01:00

731 B

Table of Contents

Front-end development practices

Testing

Code style

Security

  • HTTPS
  • CORS
  • XSS prevention
  • CSP
  • OWASP

Dependency management: npm or yarn

State management

  • Redux
  • useReducer
  • Flux