A MERN stack update for 2021. - Part B: Client side.

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mern-azure-client

    I hope I could be clear with this enormous post, and if you have stayed with me until this end, thank you very much. Don't forget to check it out the project on Github: mern-azure-client Please feel free to comments for suggestions or tips. See ya. Alan Terriaga.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Express

    Fast, unopinionated, minimalist web framework for node.

    One piece of MERN stack is [ExpressJS], (https://expressjs.com), a flexible Node.js web application framework that provides quick and easy APIs creation. It is through ExpressJs that the client project will access its Api's services. But before that, we need to configure Express in our server. On configuration above we set the static files directory and configure Express to expects requests that have "application/json" Content-Type headers and transform the text-based JSON input into JS-accessible variables under req.body.

  4. axios

    Promise based HTTP client for the browser and node.js

    To request the APIS I have decided to use AXIOS as HTTP client, is a framework that has been around for a while and works really well, so I've seen no reason to change it on this matter. If you are not familiar with AXIOS please check its official website Axios-http.

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.

Suggest a related project

Related posts

  • How to hide your API keys and tokens in React to protect your application

    3 projects | dev.to | 17 Jan 2023
  • Is my Vue Router middleware handler too abstracted?

    4 projects | /r/vuejs | 11 Nov 2022
  • 4 daily use-cases of first-class functions in JavaScript

    2 projects | dev.to | 21 Dec 2021
  • What is the difference between Library vs Framework?

    2 projects | dev.to | 21 May 2021
  • How can I make a get request to an api using the arguments of a message

    2 projects | /r/Discord_Bots | 9 May 2021

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?