yaxios
1.0.0
A walkthrough on how axios works by creating a simplified yet fully functional axios-like framework Yaxios. Hopefully this could help get a better understanding on how Axios works. Only XMLHTTPRequest implemented at present.
Based on the simplified version of Axios source code Yaxios, it contains all basic functions of Axios and can be used to learn the design ideas of Axios. (Instance creation process, request sending process, interceptor creation and life cycle, etc.)
Soure Code Walk-through