Skip to content

Commit

Permalink
docs: fix react references in doc (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindotdev authored Dec 15, 2023
1 parent 833ec07 commit d95a4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# Getting Started

**`@fastify/react`** is **@fastify/vite**'s [**core renderer**](/guide/core-renderers) for [Vue][vue]. It is accompanied by **`@fastify/react/plugin`**, a Vite plugin that complements the renderer package.
**`@fastify/react`** is **@fastify/vite**'s [**core renderer**](/guide/core-renderers) for [React][react]. It is accompanied by **`@fastify/react/plugin`**, a Vite plugin that complements the renderer package.

It implements all of the features specified in [**Core Renderers**](/guide/core-renderers), including [**automated routing**](/react/router-setup), [**universal data fetching**](/react/route-modules#data-fetching) and [**head management**](/react/route-modules#page-metadata). It's meant to be a lightweight Fastify-flavored replacement to **Next.js** and other full blown SSR React frameworks. It is **Fastify-first** in the sense that your Fastify server is responsible for setting everything up via **`@fastify/vite`**.

Below is an overview of all individual documentation topics and the order in which it makes the most sense to read them.

- [Project Structure](/react/project-structure) covers the structure of a **`@fastify/react`** project, configuration, special folders and others conventions employed.
- [Router Setup](/react/router-setup) covers how route modules get registered as actual routes, both on the server and the client.
- [Route Modules](/react/route-modules) covers what makes up route modules, what special exports they have and how they work.
- [Route Modules](/react/route-modules) covers what makes up route modules, what special exports they have and how they work.
- [Route Context](/react/route-context) covers the universal **route context** initialization module and the `useRouteContext()` hook, available to all route modules and route layouts.
- [Route Layouts](/react/route-layouts) covers **route layout modules**.
- [Rendering Modes](/react/rendering-modes) covers all different route module **rendering modes**.
Expand Down

0 comments on commit d95a4a9

Please sign in to comment.