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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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.

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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