Live data from Hacker News

Tremor – The React library to build dashboards fast

tremor.so

1–10 of 84 posts

Re: Tremor – The React library to build dashboards fast

#2
There are plenty of React dashboard libraries. They seem to be useful in building a top-level overview of a database with many tables. Can someone list a few real-world examples (web sites) where the dashboard is more than 10% of the work in building the site? The cases I know, e.g. wise.com or quickbooks.intuit.com would be much less than 10%.

Re: Tremor – The React library to build dashboards fast

#3
post #2

There are plenty of React dashboard libraries. They seem to be useful in building a top-level overview of a database with many tables. Can someone list a few real-world examples (web sites) where the dashboard is more than 10% of the work in building the site? The cases I know, e.g. wise.com or quickbooks.intuit.com would be much less than 10%.

Backend / API companies like Stripe and AWS

Re: Tremor – The React library to build dashboards fast

#6
post #2

There are plenty of React dashboard libraries. They seem to be useful in building a top-level overview of a database with many tables. Can someone list a few real-world examples (web sites) where the dashboard is more than 10% of the work in building the site? The cases I know, e.g. wise.com or quickbooks.intuit.com would be much less than 10%.

Pretty much any client area of a B2B site. Obviously the actual backend is a significant part of that time, but on many apps, most pages will use components along these lines.

Re: Tremor – The React library to build dashboards fast

#7
post #5

Anyone know what the just-CSS version of this would be? Like Bootstrap for Dashboards?

Regarding the charts, you would have to use low-level chart libraries, such as VisX or D3

There are server-rendered charts, but those have more or less fallen out of vogue since there's no interactivity.

Re: Tremor – The React library to build dashboards fast

#8
post #5

Anyone know what the just-CSS version of this would be? Like Bootstrap for Dashboards?

Regarding the charts, you would have to use low-level chart libraries, such as VisX or D3

Highcharts seems also really customizable

Re: Tremor – The React library to build dashboards fast

#9
Interesting it's open-source but they don't seem to highlight it on their home page, I had to search for their Github page to find it https://github.com/tremorlabs/tremor

Then when I came back to the home page and searched for "license", I confirmed it says "Apache-2.0 license" in light-grey, small font in the middle of the page.

Re: Tremor – The React library to build dashboards fast

#10
post #9

Interesting it's open-source but they don't seem to highlight it on their home page, I had to search for their Github page to find it https://github.com/tremorlabs/tremor Then when I came back to the home page and searched for "license", I confirmed it says "Apache-2.0 license" in light-grey, small font in the middle of the page.

Hi, Chris here from Tremor. Many thanks for the feedback! I wasn't aware that it is not directly understood as an open-source library by our website hero title
Post reply on HN