logo

FUSE

DOCS

PurchaseBack to the Dashboard

Introduction

While Fuse React is a great tool and source for learning React, it also requires at least an entry-level of React, Tanstack Query, 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:

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.

Tanstack Query

Tanstack Query is a library for managing server state in React applications.

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.