Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork51
Debug your apps, find hydration errors, trace your network and more in your react-router app with these devtools
License
forge-42/react-router-devtools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This template is designed to support a flexible content structure using.md and.mdx files organized into folders. It enables deeply nested sections and subsections, making it easy to manage complex documentation with a clear and scalable hierarchy.
The project is built using the@forge-42/base-stack and leverages thecontent-collections.
Note:We added a few
FIXMEcomments in the codebase as notes to you. These simply mark small places where we expect you to make changes. Nothing major — it should only take you 2 minutes to go through them.
app/
This folder contains React Router v7 web application folders and files, including components and UI primitives for the documentation site’s interface, internal hooks and utilities, and the tailwind.css file for styling.
resources/
This folder contains all the resources used by the documentation site, such as SVG icons, fonts, and other assets.
content/
This folder contains .md and .mdx files that hold your documentation content. Below is the recommended structure to follow.
An example of a valid content/ folder structure for organizing your package documentation:
content/├── _index.mdx├── 01-changelog.mdx├── 02-introduction.mdx├── 03-overview.mdx├── 04-getting-started/│ ├── index.md│ ├── 01-installation.mdx│ ├── 02-quick-start.mdx│ └── 03-project-setup.mdx└── 05-core-features/ ├── index.md ├── 01-authentication.mdx ├── 02-authorization.mdx ├── 03-data-management/ │ ├── index.md │ ├── 01-fetching-data.mdx │ └── 02-caching-strategies.mdx └── 04-ui-components/ ├── index.md ├── 01-buttons.mdx └── 02-modals.mdxTop-level .mdx files (like 01-changelog.mdx) are allowed, but we recommend placing them in order before the sections, as shown in the example.
Sections (like 04-getting-started, 05-core-features) are subfolders inside the
contentfolder.Subsections (like 03-data-management, 04-ui-components) are nested folders within sections. Filenames inside them should start with
01-*.mdx.Each section or subsection should include an
index.mdfile, which defines its sidebar title.
---title: "Introduction to Forge42 Base Stack"summary: "Overview of the Stack"description: "Get started with the Forge42 Base Stack — a modern web app starter template designed for speed, scalability, and developer experience."---## What is Forge42 Base Stack?The Forge42 Base Stack is a full-featured web application starter template. It combines modern tools and technologies like **Remix**, **Tailwind CSS**, **TypeScript**, **Vitest**, and **React Aria Components** to help you build accessible and scalable web apps quickly.This documentation will guide you through setting up the project, understanding its structure, and customizing it for your needs.## InstallationTo get started with the base stack, simply clone the repository and install dependencies:```bashnpx degit forge42/base-stack my-appcd my-appnpm install---title: Getting Started---Fork the repository
Install the dependencies:
pnpm install
Read through the README.md files in the project to understand our decisions.
Run
pnpm run generate:docsscriptStart the development server:
pnpm run dev
After you see that everything works with the current content inside the
contentfolder, remove those files and add your ownHappy coding!
About
Debug your apps, find hydration errors, trace your network and more in your react-router app with these devtools
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.