React PWA Performance Study Case

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. lighthouse-ci

    Automate running Lighthouse for every commit, viewing the changes, and preventing regressions

    For the lab metrics, we set up the Lighthouse in our CI using Lighthouse CI. So, for every Pull Request (PR) opened, we run the Lighthouse to gather performance-related data and lock PRs until we fix the performance issue.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. web-vitals

    Essential metrics for a healthy site.

    The next step for Real User Monitoring (RUM) is to track more user behavior in our application to gather web vitals metrics in the PWA flow.

  4. danger-js

    ⚠️ Stop saying "you forgot to …" in code review

    This tool is run in our CI pipeline for every PR and the result is shown in the Github PR (it uses Danger behind it).

  5. web-performance-research

    ⚡️ Research in Web Performance

    I have some resources I used along the way while doing this project. I hope it can be helpful to you too: Web Performance Studies.

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

  • Enforcing ESLint rules: A guide to taming codebase chaos

    3 projects | dev.to | 2 Jan 2024
  • DangerJS – automate common code review chores

    1 project | news.ycombinator.com | 31 Jan 2022
  • PRcop – open-source Pull Request linter for Github Actions built with JS

    2 projects | /r/javascript | 30 Oct 2021
  • How to deal with teammates forcing personal preference into code reviews and nit picking everything?

    2 projects | /r/ExperiencedDevs | 17 Jun 2021
  • How I Hacked Uber’s Hidden API to Download 4379 Rides

    4 projects | dev.to | 9 Apr 2025

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