Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 989 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 989 Bytes

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