Sign In

@topogram/extractor-react-router

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topogram/extractor-react-router

Package-backed Topogram extractor for React Router UI surfaces.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

@topogram/extractor-react-router

Package-backed Topogram extractor for React Router UI surfaces.

It runs only during topogram extract, reads source files, and emits review-only UI candidates. Topogram core owns persistence, reports, reconcile, adoption, and canonical topo/** writes.

Usage

npm install --save-dev @topogram/extractor-react-router
topogram extractor check @topogram/extractor-react-router
topogram extract ./my-react-app --out ./topogram-extract --from ui --extractor @topogram/extractor-react-router

What It Extracts

  • React Router route definitions from route object arrays and <Route /> JSX.
  • Reviewable screen and route candidates.
  • Conservative non-resource flow candidates for auth, onboarding, settings, dashboard/reporting, search/filter, and bulk review routes.
  • UI presentation hints that Topogram core can use to infer widget candidates.

The extractor is intentionally precision-first. Weak evidence remains review-only and should be adopted only after a human or agent confirms behavior and ownership.

Verification

npm run check

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts