My first open source project: React Gauge Component

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • react-gauge-component

    React gauge component for data visualization.

    Hello u/mahade, I investigated the performance and I had a lot of rendering issues in the component, I revisited all the render flow and refactored everything, now it should only be doing only what's necessary commit

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • react-gauge-chart

    React component for displaying a gauge chart

    So, first I'll give some context, I needed a Gauge component for my other project to visualize stuff like humidity, temperature, charge, voltage, etc. I found Martin36/react-gauge-chart, it's a great project, but it doesn't contemplate some of my needs like min/max value, so I forked the project with intention to PR changes back, I got the min/max values working but I found difficult to code in that structure, so I refactored the project in different files and migrated everything in the lib to Typescript, now with min/max values I needed marks for values references, so I added that and some more stuff, but now the project is too different from the original and I didn't want to depend on the original author to manage the project, push packages, deploy gh-page, with my needs and also wanted to have the experience with my own package so I just created a new repo:

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

  • Books to Dive in into Fullstack Development

    2 projects | news.ycombinator.com | 1 Jul 2024
  • Writing HTML by hand is easier than debugging your static site generator

    12 projects | news.ycombinator.com | 1 Jul 2024
  • Figma Config 2024

    3 projects | dev.to | 1 Jul 2024
  • Why Copilots and chatbots are particularly bad for modern web dev

    2 projects | news.ycombinator.com | 1 Jul 2024
  • How to Customize GitHub Profile: Part 5

    2 projects | dev.to | 1 Jul 2024

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