Our great sponsors
-
-
I will take Axios as an example. It is one of the most popular JavaScript libraries to send HTTP requests. In a project, we might need to add some common configurations. For example, to send the JWT to the server, we want to add the header Authorization to all requests. So, we need a function to grab the JWT somewhere and add it to the header. It could be done using interceptors.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- A MERN stack update for 2021. - Part B: Client side.
- What is the difference between Library vs Framework?
- How can I make a get request to an api using the arguments of a message
- I've made a RESTful HTTP client which will make your life much easier
- Error: Request failed with status code 401 axios in React JS