A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
Admin-on-rest is a frontend framework for building admin applications that run in the browser on top of REST services. It is built using ES6, React, and Material Design. The framework is open source and maintained by marmelab.
Admin-on-rest is a powerful frontend framework for building admin applications that run in the browser using React and Material Design. It offers a wide range of features including support for any REST backend, internationalization, custom actions, and a customizable interface. The framework is highly extensible and can be easily integrated with multiple backends. With its extensive documentation and the ability to leverage the best libraries in the React ecosystem, admin-on-rest provides developers with a efficient and flexible solution for creating admin applications.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
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.