Open hiebj opened 6 years ago
<Async> could easily be extended to handle well-known request types. For example:
<Async>
<Fetch url={} options={} />
or from RxJS
<Ajax ... />
GraphQL would be very useful, accepting a GQL query and endpoint location.
These specific request-type components could possibly also be prewired with io-ts or something.
<Async>
could easily be extended to handle well-known request types. For example:or from RxJS
GraphQL would be very useful, accepting a GQL query and endpoint location.
These specific request-type components could possibly also be prewired with io-ts or something.