react-chess-explorer
v0.0.2
Published
React components for browsing and replaying chess games (depends on react-chess-core only)
Readme
react-chess-explorer
npm install
npm run buildReact components for browsing and replaying chess games. This package depends on react-chess-core only (board + engine primitives), not react-chess-puzzle-kit.
Status: Phase 5 scaffold — paste requirements into docs/REQUIREMENTS.md (or issue) before implementing replay UI.
Local setup
# Build core first
cd ../react-chess-core && npm run build
cd ../react-chess-explorer
npm install
npm run buildPeer dependencies: react, react-chessboard, chess.js, react-chess-core
npm install react-chess-explorer react-chess-coreExports (scaffold)
| Export | Role |
|--------|------|
| ExplorerPlaceholder | Themed board at start position + scaffold label |
| EXPLORER_START_FEN | Default FEN constant |
Requirements
Add product/API requirements here when ready:
docs/REQUIREMENTS.md(create when you paste the doc)
Planned scope (from migration plan): move list, ply navigation, optional engine — wired to EndChess /games routes.
Related packages
| Package | Role | |---------|------| | react-chess-core | Board theme, highlights, Stockfish | | react-chess-puzzle-kit | Puzzles (separate; not a dependency) |
License
MIT © Robert Blackwell
