Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabervitale/build-js-promise-from-scratch-talk
- Owner: FaberVitale
- License: mit
- Created: 2023-11-09T17:06:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T17:06:22.000Z (about 1 year ago)
- Last Synced: 2024-10-28T03:23:48.960Z (3 months ago)
- Topics: promise, promise-library, slides, slidev, typescript
- Language: Vue
- Homepage: https://build-js-promise.netlify.app
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)