Skip to content

Angular Seed for JSHeroes Bootcamp, covering topic like Components and Architecture, Services, Interceptors and State Management with NgRx.

Notifications You must be signed in to change notification settings

Mallfurion/ngheroes-bootcamp

Repository files navigation

NGHeroesBootcamp


First steps

yarn install
yarn start

Libraries already installed

// Tailwind

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init

// NgRx

ng add @ngrx/store@latest
ng add @ngrx/store-devtools@latest
ng add @ngrx/schematics@latest
ng add @ngrx/effects@latest

Topics to learn and achieve

  1. Components and architecture
    1. module splitting
    2. architecture
    3. smart vs presentational components
    4. routing
    5. lazy loading modules (?)
  2. Services and async calls
    1. HttpClient
    2. display data in component subscribe vs async pipe
    3. Interceptors
  3. NgRx
    1. Redux Devtools
    2. NgRx Redux flow
    3. Redux flow
    4. Actions
    5. Reducers
    6. Selectors
    7. Effects

About

Angular Seed for JSHeroes Bootcamp, covering topic like Components and Architecture, Services, Interceptors and State Management with NgRx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published