2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Doc fixes, minor examples cleanup (#2198)

* README.md COOKBOOK.md: minor fixes

 * simplify language

* ECOSYSTEM: create a few categories

* Examples: log port listening to

* upgrade bootstrap 3 -> 4 in examples

bootstrap 4 is slightly smaller then 3.2.0
so it should also help load examples faster

* categorize 0.19 items a little differently

surface user/consumer changes first
This commit is contained in:
Avindra Goolcharan
2019-09-07 08:05:26 -04:00
committed by Felipe Martins
parent a11cdf4683
commit 6a4a85c57f
12 changed files with 44 additions and 27 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Cookbook
In an effort to keep axios as light weight as possible, and to avoid a rats nest of code for supporting every possible integration, it is often necessary to say no to feature requests. This doesn't mean that those use cases aren't legitimate, but rather that they are easily supported by augmenting axios with other libraries.
This cookbook contains recipes for some commonly requested features.
The following are the recipes for some of the commonly requested features.
In order to keep axios as lightweight as possible, it is often necessary to say no to feature requests. Many of these use cases can be supported by augmenting axios with other libraries.
### Promise.prototype.done