Redux in action /
With Redux, you manage the state of a web application in a single, simple object, practically eliminating most state-related bugs. Centralizing state with Redux makes it possible to quickly start saved user sessions, maintain a reliable state history, and smoothly transfer state between UIs. Plus, t...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Shelter Island, NY :
Manning Publications Co.,
[2018]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introducing Redux
- Your first Redux application
- Debugging Redux applications
- Consuming an API
- Middleware
- Handling complex side effects
- Preparing data for components
- Structuring a Redux store
- Testing Redux applications
- Performance
- Structuring Redux code
- Redux beyond react.