Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabervitale/build-js-promise-from-scratch-talk

Slides of a talk about building JS Promise in Typescript
https://github.com/fabervitale/build-js-promise-from-scratch-talk

promise promise-library slides slidev typescript

Last synced: about 1 month ago
JSON representation

Slides of a talk about building JS Promise in Typescript

Awesome Lists containing this project

README

        

# Let's build JS promise from scratch

Slides for a talk about building a [Promise A+ spec](https://promisesaplus.com/) compliant Promise
in Typescript.

The actual Promise implementation is available [here](https://github.com/FaberVitale/pinky-promise).

Built with [Slidev](https://sli.dev/).

## References

### MDN

- [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
- [Using Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)

### Specs

- [Promise A+ spec](https://promisesaplus.com/)
- [Ecmascript Promise](https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-objects)

## License

[MIT](LICENSE)