Skip to content

Commit 29787e1

Browse files
fix(docs): format and break after period
1 parent a638128 commit 29787e1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/frontend/01-overview.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ title: Frontend Guides
55
authors: [nikerzetic]
66
description: Introduction to frontend guides.
77
tags: [quickstart, ethereum, flare-smart-accounts]
8-
keywords:
9-
[
10-
ethereum,
11-
evm,
12-
flare-network,
13-
]
8+
keywords: [ethereum, evm, flare-network]
149
unlisted: false
1510
---
1611

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.
12+
Flare Fronted provides a comprehensive overview of the front-end architecture and workflows used across the Flare ecosystem.
13+
This documentation serves as a central reference for developers working on Flare's user-facing interfaces and related applications.
1814

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.
15+
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.
16+
Together, these technologies provide a robust, scalable, and performant framework for building interfaces that interact seamlessly with the Flare blockchain—the blockchain for data.
2017

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.
18+
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)