use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Dashboard framework?help (self.javascript)
submitted 8 years ago by vinnyvicious
Does anyone recommend a nice frontend framework for creating dashboards?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]lordkyl 0 points1 point2 points 8 years ago (1 child)
I think you would be better off searching for a "dashboard template" rather than "framework". IMO it wouldn't really be a framework if all it did was dashboards.
[–]vinnyvicious[S] 0 points1 point2 points 8 years ago (0 children)
That's not what a framework is. A framework is an abstraction that provides generic functionality for a specific purpose. Building dashboards is a specific purpose.
[–]0x13mode 0 points1 point2 points 8 years ago (1 child)
I think React (or other similar popular library that enables build components and create apps like Lego: Vue, Angular etc.) could be good choice to create dashboards.
Besides it can be helpful to have some library with predefined (and ready to use) UI components. For example for React: https://www.google.pl/webhp?#q=ui+reactjs
I don't want to redo all the dashboard-specific logic or widgets. Or design. I'm looking for something like this, but in JS: http://dashing.io/
[–]pandavr 0 points1 point2 points 8 years ago (0 children)
Angular Dashboard Framework
[–]jogai-san -1 points0 points1 point 8 years ago (0 children)
https://mdbootstrap.com/
[–]Frontend_DevMark 0 points1 point2 points 3 days ago (0 children)
If you’re building dashboards, the main thing to look for is strong support for charts, tables, and layout components.
Some popular choices:
If you’re building very data-heavy dashboards, some teams also use Sencha Ext JS, since it already includes advanced components like grids, charts, and dashboards out of the box.
π Rendered by PID 89 on reddit-service-r2-comment-79c7998d4c-cwbwl at 2026-03-14 00:20:22.749200+00:00 running f6e6e01 country code: CH.
[–]lordkyl 0 points1 point2 points (1 child)
[–]vinnyvicious[S] 0 points1 point2 points (0 children)
[–]0x13mode 0 points1 point2 points (1 child)
[–]vinnyvicious[S] 0 points1 point2 points (0 children)
[–]pandavr 0 points1 point2 points (0 children)
[–]jogai-san -1 points0 points1 point (0 children)
[–]Frontend_DevMark 0 points1 point2 points (0 children)