Skip to content

Commit 4b6dedb

Browse files
fix(docs): sidebar error
1 parent fc3948c commit 4b6dedb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/frontend/01-overview.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
sidebar_position: 1
3+
slug: overview
4+
title: Frontend Guides
5+
authors: [nikerzetic]
6+
description: Introduction to frontend guides.
7+
tags: [quickstart, ethereum, flare-smart-accounts]
8+
keywords:
9+
[
10+
ethereum,
11+
evm,
12+
flare-network,
13+
]
14+
unlisted: false
15+
---
16+
17+
Flare Fronted provides a comprehensive overview of the front-end architecture and workflows used across the Flare ecosystem. This documentation serves as a central reference for developers working on Flare's user-facing interfaces and related applications.
18+
19+
Flare Fronted is built with **React** as the core UI library, structured using **Next.js** for routing and server-side rendering, and integrates **TanStack Query** to handle data fetching, caching, and synchronization efficiently. Together, these technologies provide a robust, scalable, and performant framework for building interfaces that interact seamlessly with the Flare blockchain—the blockchain for data.
20+
21+
Within this section, you'll find guides covering core concepts, recommended practices, and implementation details to ensure consistency, reliability, and maintainability across Flare's front-end projects.

0 commit comments

Comments
 (0)