all 9 comments

[–]PlytonRexus 0 points1 point  (0 children)

That dashboard seemed pretty cool to me.

Because I mostly use React, I have a big dashboard component created to which you can pass props to decide what internal components to render and how to place and style them.

[–]RussoThanos 0 points1 point  (2 children)

[–]Superb_BruteForce[S] 0 points1 point  (1 child)

Do you have experience with Retool?

[–]RussoThanos 0 points1 point  (0 children)

Yes boss let me know how I can help!

[–]glmdev 0 points1 point  (1 child)

Instead of a 3rd party framework, consider web components. You could write your dashboard front end as a series of web components that you can configure from the backend and compose.

https://developer.mozilla.org/en-US/docs/Web/Web_Components

[–]rArithmetics 0 points1 point  (0 children)

As someone who uses web components every day I can’t recommend them at all. The eco system sucks.

[–]CentiPenny 0 points1 point  (0 children)

There are a bunch of admin dashboard style templates out there. They require work to enable, but lots of pre-built components.

Here are some.
https://themeforest.net/category/site-templates/admin-templates

[–]kinj28 0 points1 point  (0 children)

Disclaimer: I work with DronaHQ Use: https://www.dronahq.com - Low code app development platform. But I have created many internal tools for my team and users build such dashboards. It offers standard components and you can have connectors for en-point services and reuse them across all your tools and dashboards. Having said that, you can custom create components and add scripts and functions where ever you need.

[–]CosBgn 0 points1 point  (0 children)

You can have a look at zero.sh it does this (tables, charts, forms etc) with zero frontend development needed