su
su
Please see https://github.com/facebook/react-native/issues/3099#issuecomment-221815006
It's helpful to wrap Simple-Ajax-Uploader to reactjs component. Before: ``` js ... onComplete: function( filename, response, uploadBtn, size ) { }, ... ``` After: ``` js ... onComplete: function( response,...
Hi, the repo is awesome! and so nice to show and tech people how to do UI practice. This pr is about add previews online: - Fix `./react-examples` next.js build...
I saw that this project's last update have been released 1 year ago and some issues still exists since 2020. And I want use fetch and keep the similar API...
I just add two examples of xior, hope can get merged! 🤩 [xior](https://github.com/suhaotian/xior) is a lite request lib based on **fetch** with plugins support and similar API to axios.
Just some doubts. Thanks

Implement fetch's proxy plugin in node.js runtime is fine with proxy agents, But for edge runtime, it's difficult... **TODOs**: - [ ] Implementation - [x] node http/https/socks4/socks5 agents (See [How...