Open-Source Wikis

/

Solid

/

Reference

solidjs/solid

Reference

Active contributors: Ryan Carniato

A flat reference of configuration files, package.json scripts, and external dependencies for solidjs/solid. The pages in this section are useful when you need a quick lookup, not a guided tour.

Pages

  • Configuration — every config file in the repo, what it controls, and where to look for changes.
  • Dependencies — runtime, peer, and devDependencies across all five workspace packages.

The codebase does not have a separate "data models" page because Solid is a UI library — it has no persistent data of its own. The closest thing to a data-model is the reactive graph (SignalState, Computation, Owner, TransitionState in packages/solid/src/reactive/signal.ts), which is documented in Reactivity primitives.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Reference – Solid wiki | Factory