Skip to content

Promises #47

@matejchalk

Description

@matejchalk

Motivation

Should be comfortable working with Promises when encountering them (very common in modern JS).

Proposal

Introduction to Promises:

  • what problem they solve (callback hell)
  • async/await syntax
  • differences from Observables
  • constructing promises
  • Promise.all

Take away

Should be able to use promises with async/await syntax and convert to/from Observables

Metadata

Metadata

Assignees

Labels

FrontEndAngular, RxJS, NgRx, SCSS and other code styleWorkshop

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions