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

35 lines
731 B
Markdown

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Front-end development practices](#front-end-development-practices)
- [Testing](#testing)
- [Code style](#code-style)
- [Security](#security)
- [Dependency management: npm or yarn](#dependency-management-npm-or-yarn)
- [State management](#state-management)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Front-end development practices
## Testing
## Code style
## Security
- HTTPS
- CORS
- XSS prevention
- CSP
- OWASP
## Dependency management: npm or yarn
## State management
- Redux
- useReducer
- Flux