{"id":441,"date":"2024-01-25T12:00:49","date_gmt":"2024-01-25T13:00:49","guid":{"rendered":"https:\/\/upprofits.net\/?p=441"},"modified":"2024-08-30T11:27:13","modified_gmt":"2024-08-30T11:27:13","slug":"creating-a-next-js-dashboard-for-sql-data-visualization","status":"publish","type":"post","link":"https:\/\/upprofits.net\/index.php\/2024\/01\/25\/creating-a-next-js-dashboard-for-sql-data-visualization\/","title":{"rendered":"Creating a Next.js Dashboard for SQL Data Visualization"},"content":{"rendered":"

Creating dashboards for visualizing SQL data has been a relevant demand for a long time. In contrast, technologies for building web apps change quite frequently, so developers meet this unchangeable demand differently every year.<\/p>\n

In this article, I\u2019ve decided to share my latest professional experience developing a web app for visualizing data from a database.<\/p>\n

Choosing technologies<\/h4>\n

One of the requirements I had was to use MySQL<\/a>. However, I could freely choose the rest of my toolkit, including a framework.<\/p>\n

React<\/a> has always been popular among web developers for building rich user interfaces. I\u2019ve also had a great experience using React in my previous projects and decided to refresh my skills with it.<\/p>\n

But React is not actually a framework anymore. Reading through the React documentation, I\u2019ve found out that from now on, projects should be created using one of the following React-based frameworks:<\/p>\n