
基于 reactjs 开发的可视化大屏设计器项目https://wuli-admin.gitee.io/react-wuli-admin/#/dashboard
Data-Visual is an innovative data visualization project built on ReactJS, designed to facilitate the creation of visually appealing dashboards and screens. Inspired by leading platforms like Alibaba's DataV, Huawei's DLV, and Tencent's RayData, this tool aims to provide a seamless experience for users looking to develop robust visualization applications. With a focus on simplicity and ease of use, Data-Visual makes it easier for developers to build foundational apps that present data effectively.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.