jreategui07 / workshop-redux-angular-ngrx

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

Home Page:https://jreategui07.github.io/workshop-redux-angular-ngrx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

  • NodeJS
  • Angular
  • Visual Studio Code
  • Visual Studio Code Extensions
  • Git

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.

Demostración

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

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

License License: 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.

About

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

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