start-core/execution-model

Official

Enforce isomorphic execution across server and client

AuthorTanStack
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Isomorphic-by-default development means code runs in both server and client bundles by default. This skill clarifies how to separate server-only logic from client-safe operations to prevent data leaks and runtime errors.

Core Features & Use Cases

  • Server-bound APIs: creating server functions that run only on the server, with client calls triggering network requests.
  • Client/Server boundaries: isomorphic functions that switch behavior based on environment, plus ClientOnly components and hydration guards.
  • Environment safety: guidance on VITE_ prefix exposure and safe access to process.env via server boundaries.

Quick Start

Use the execution model to clearly delineate code that runs on the server from code that runs on the client during SSR and client navigation.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: start-core/execution-model
Download link: https://github.com/TanStack/router/archive/main.zip#start-core-execution-model

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.