StatsHub Docs

StatsHub

The home surface, and the five boards this app has that the website does not.

src/app/(main)/(tabs)/statshub

The home tab: what is worth looking at today, and the way into everything that is not a tab.

Boards the website does not have

Five, and they are the app's own rather than ports:

  • Anytime Goalscorer
  • Assists
  • Cards(detail)/card/[id]
  • Super Subs
  • Leagues(tools)/leagues, a browser

All five 404 on statshub.com. Parity is the full comparison, and it is the page to update when one of these ships on the website — or when the website ships something this list should have.

The four that follow you around

favorites, history, reminders and search are reachable from here and from most screens. They are the app's own state rather than the API's — src/lib/core/favorites.tsx, route-history.tsx, match-reminders.ts — which is why they work with no network.

Stats explained

(tools)/stats-explained is the glossary: what xG is, how a hit rate is counted. It is linked from the chip on a stat rather than buried in a menu, through open-chip-info.ts — the question "what is this number" is asked at the number, not later.

On this page