How we made the new report feature of sls-mentor

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
  • jest-html-reporters

    🌈 Reporter for jest test framework. 🌈

  • In this feature insight, we explain how we generate the new reporting feature from sls-mentor, getting inspiration from jest-html-reporter. And we show you how to code your own report tool using react.

  • vite-plugin-singlefile

    Vite plugin for inlining JavaScript and CSS resources

  • So we use this wonderful vite plugin: vite-plugin-singlefile 💪

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

    Kumo articles sync with dev.to (by QuentinNativel)

  • If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to https://github.com/QuentinNativel/articles and open a new pull request with your changes.

  • sls-mentor

    Analyze your AWS serverless app in one command! 30+ best practices to improve costs💰 security🛡 stability🧘‍♀️ speed🚀 and sustainability🌱

  • With my team we have been building sls-mentor, a free and open source tool to audit your serverless stack on AWSand to give you tips to improve it!

  • vite

    Next generation frontend tooling. It's fast!

  • import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; import { viteSingleFile } from 'vite-plugin-singlefile'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react(), viteSingleFile()], });

  • create-react-app

    Set up a modern web app by running one command.

  • First, we need to create a react app, I used vite, but you can use create-react-app or any other tool.

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

  • React is now a full-stack framework only?

    4 projects | /r/reactjs | 5 Jul 2023
  • Best Practices for Creating a Folder and File Structure for a React Application

    2 projects | dev.to | 21 Jun 2023
  • Integration of Angular, Vue.js and React with .NET: Creating a Modern Web Experience

    2 projects | dev.to | 10 Apr 2024
  • Learn CSS Layout the Pedantic Way

    7 projects | news.ycombinator.com | 27 Feb 2024
  • JamesCheng wants to pay 0 USD to have this issue fixed

    1 project | news.ycombinator.com | 2 Feb 2024