An open API service indexing awesome lists of open source software.

https://github.com/jreategui07/workshop-redux-angular-ngrx

Workshop de Redux en Angular con NgRx: Introducción y Primeros pasos
https://github.com/jreategui07/workshop-redux-angular-ngrx

angular ngrx redux typescript

Last synced: 2 months ago
JSON representation

Workshop de Redux en Angular con NgRx: Introducción y Primeros pasos

Awesome Lists containing this project

README

          

# WORKSHOP





## Redux en Angular con NgRx: Introducción y Primeros pasos

### **Prerequisitos**

Este workshop está dirigido a desarrolladores de software con un entendimiento básico de Angular, no es necesario conocer a profundidad el framework Angular, sin embargo es aconsejable tener una buena base.

Conoceremos los conceptos básicos de Redux, en que consiste, de dónde proviene su modelo arquitectónico y llevaremos su implementación a Angular con NgRx.

### [**Herramientas Necesarias**](0-configuraciones-necesarias/0-configuraciones-necesarias.md)

Para seguir este workshop, asegúrate de tener instalados los siguientes programas:

- NodeJS
- Angular
- Visual Studio Code
- Visual Studio Code Extensions
- Git

### [**Empecemos**]() 🚀

Antes de comenzar con la implementación práctica, es importante comprender algunos conceptos clave que formarán la base de nuestro trabajo. En las siguientes secciones, exploraremos los conceptos fundamentales del estado, Redux, y cómo estos se integran con Angular utilizando NgRx.

### [**El estado**](1-estado/1-1-el-estado.md)

- [¿Qué es el estado?](1-estado/1-1-el-estado.md)
- [¿Es necesario tener un estado?](1-estado/1-2-es-necesario.md)

### [**Flux**](2-flux/2-1-sobre-flux.md)

- [Flux](2-flux/2-1-sobre-flux.md)
- [Vista, Acciones, Dispatcher y Store](2-flux/2-2-vista-acciones-dispatcher-store.md)
- [Implementaciones de Flux](2-flux/2-3-implementaciones-flux.md)

### [**Redux**](3-redux/3-1-sobre-redux.md)

- [Redux](3-redux/3-1-sobre-redux.md)
- [Arquitectura Redux](3-redux/3-2-arquitectura-redux.md)
- [Principios de Redux](3-redux/3-3-principios-redux.md)
- [¿Por qué Redux?](3-redux/3-4-por-que-redux.md)
- [¿Necesito Redux?](3-redux/3-5-necesito-redux.md)
- [Puede que no necesites Redux](3-redux/3-6-puede-no-necesites-redux.md)

### [**NgRx**](4-ngrx/4-1-sobre-ngrx.md)

- [NgRx](4-ngrx/4-1-sobre-ngrx.md)
- [Arquitectura NgRx](4-ngrx/4-2-arquitectura-ngrx.md)
- [Store Devtools](4-ngrx/4-3-store-dev-tools.md)

### **Demostración**

Aquí hay algunas capturas de pantalla de la aplicación:

![Screenshot 1](./assets/demo/counter-app.png)

![Screenshot 2](./assets/demo/actions-inspector.png)

![Screenshot 3](./assets/demo/actions-log-monitor.png)

![Screenshot 4](./assets/demo/state-chart.png)

## License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The MIT License (MIT)

- **Copyright (c) 2024 Jonathan Reátegui**

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.