logo

FUSE

DOCS

PurchaseBack to the Dashboard

Introduction

This version of Fuse is NOT a traditional admin template, it's a React app written entirely with Javascript and has no jQuery dependency.

While Fuse React is a great tool and source for learning React, it also requires at least an entry-level of React, Redux knowledge so you can find your way within the source code.

Here you can find a list of core libraries, design specifications, and coding standards that we use in Fuse React:

Google's Material Design

All libraries and custom made components are following Google's Material Design Specifications.

React

React is the core of our template. If you don't know what React is or don't know how to use it, we strongly recommend checking the React before start doing anything with Fuse.

Material-UI

Material-UI is a react UI library that implements Google's Material Design specification.

TailwindCSS

TailwindCSS It is the core of the style configuration and it provides utility classes for almost every CSS rule available.

Next.js App Router

Next.js App Router is a powerful routing system for React applications. It provides a file-system based router built on top of React Server Components, supporting layouts, nested routing, loading states, error handling, and more. The App Router enables you to create more dynamic and interactive web applications with improved performance and developer experience.