RxJS 9 (beta) + XMLHttpRequest in a Web Component — working demo #7633
oscarmarina
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! 👋
I'm testing the 9.0.0-beta.0 release and wanted to share a small experiment in case it's useful to someone: an HTTP client for Web Components that combines XMLHttpRequest with RxJS 9 Observables, exposing both a Promise-based and a reactive API.
Live demo: https://main--adorable-macaron-7c1b61.netlify.app/ajax-provider/
Repo: blockquote-web-components/ajax-provider
All reactions