{"id":20509127,"url":"https://github.com/jreategui07/workshop-redux-angular-ngrx","last_synced_at":"2026-04-12T02:35:33.193Z","repository":{"id":120309956,"uuid":"296525745","full_name":"jreategui07/workshop-redux-angular-ngrx","owner":"jreategui07","description":"Workshop de Redux en Angular con NgRx: Introducción y Primeros pasos","archived":false,"fork":false,"pushed_at":"2024-06-19T05:17:53.000Z","size":4228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T03:55:32.936Z","etag":null,"topics":["angular","ngrx","redux","typescript"],"latest_commit_sha":null,"homepage":"https://jreategui07.github.io/workshop-redux-angular-ngrx/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jreategui07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T05:47:17.000Z","updated_at":"2024-07-24T02:47:10.000Z","dependencies_parsed_at":"2024-11-15T20:25:58.922Z","dependency_job_id":"39025848-bcdd-4740-948c-80a3b98f4f0e","html_url":"https://github.com/jreategui07/workshop-redux-angular-ngrx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jreategui07/workshop-redux-angular-ngrx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2Fworkshop-redux-angular-ngrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2Fworkshop-redux-angular-ngrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2Fworkshop-redux-angular-ngrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2Fworkshop-redux-angular-ngrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jreategui07","download_url":"https://codeload.github.com/jreategui07/workshop-redux-angular-ngrx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2Fworkshop-redux-angular-ngrx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","ngrx","redux","typescript"],"created_at":"2024-11-15T20:22:41.574Z","updated_at":"2026-04-12T02:35:33.175Z","avatar_url":"https://github.com/jreategui07.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WORKSHOP\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/logo/angular-logo.png\" width=\"135\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/logo/ngrx-logo.svg\" width=\"110\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/logo/redux-logo.png\" width=\"360\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Redux en Angular con NgRx: Introducción y Primeros pasos\n\n### **Prerequisitos**\n\nEste 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.\n\nConoceremos 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.\n\n### [**Herramientas Necesarias**](0-configuraciones-necesarias/0-configuraciones-necesarias.md)\n\nPara seguir este workshop, asegúrate de tener instalados los siguientes programas:\n\n- NodeJS\n- Angular\n- Visual Studio Code\n- Visual Studio Code Extensions\n- Git\n\n### [**Empecemos**]() 🚀\n\nAntes 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.\n\n### [**El estado**](1-estado/1-1-el-estado.md)\n\n- [¿Qué es el estado?](1-estado/1-1-el-estado.md)\n- [¿Es necesario tener un estado?](1-estado/1-2-es-necesario.md)\n\n### [**Flux**](2-flux/2-1-sobre-flux.md)\n\n- [Flux](2-flux/2-1-sobre-flux.md)\n- [Vista, Acciones, Dispatcher y Store](2-flux/2-2-vista-acciones-dispatcher-store.md)\n- [Implementaciones de Flux](2-flux/2-3-implementaciones-flux.md)\n\n### [**Redux**](3-redux/3-1-sobre-redux.md)\n\n- [Redux](3-redux/3-1-sobre-redux.md)\n- [Arquitectura Redux](3-redux/3-2-arquitectura-redux.md)\n- [Principios de Redux](3-redux/3-3-principios-redux.md)\n- [¿Por qué Redux?](3-redux/3-4-por-que-redux.md)\n- [¿Necesito Redux?](3-redux/3-5-necesito-redux.md)\n- [Puede que no necesites Redux](3-redux/3-6-puede-no-necesites-redux.md)\n\n### [**NgRx**](4-ngrx/4-1-sobre-ngrx.md)\n\n- [NgRx](4-ngrx/4-1-sobre-ngrx.md)\n- [Arquitectura NgRx](4-ngrx/4-2-arquitectura-ngrx.md)\n- [Store Devtools](4-ngrx/4-3-store-dev-tools.md)\n\n### **Demostración**\n\nAquí hay algunas capturas de pantalla de la aplicación:\n\n![Screenshot 1](./assets/demo/counter-app.png)\n\n![Screenshot 2](./assets/demo/actions-inspector.png)\n\n![Screenshot 3](./assets/demo/actions-log-monitor.png)\n\n![Screenshot 4](./assets/demo/state-chart.png)\n\n## License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThe MIT License (MIT)\n\n- **Copyright (c) 2024 Jonathan Reátegui**\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreategui07%2Fworkshop-redux-angular-ngrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjreategui07%2Fworkshop-redux-angular-ngrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreategui07%2Fworkshop-redux-angular-ngrx/lists"}