feat(racetrack): scaffold landing page skeleton#2645
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 744.1 KB | - |
| Internal (gzip) | 142.8 KB | - |
| Bundled (raw) | 1.35 MB | - |
| Bundled (gzip) | 303.8 KB | - |
| Import time | 97ms | -3ms, -3.2% |
@portabletext/editor/behaviors
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 467 B | - |
| Internal (gzip) | 207 B | - |
| Bundled (raw) | 424 B | - |
| Bundled (gzip) | 171 B | - |
| Import time | 3ms | -0ms, -3.8% |
@portabletext/editor/plugins
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 3.6 KB | - |
| Internal (gzip) | 1021 B | - |
| Bundled (raw) | 3.4 KB | - |
| Bundled (gzip) | 952 B | - |
| Import time | 8ms | -0ms, -1.9% |
@portabletext/editor/selectors
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 76.3 KB | - |
| Internal (gzip) | 14.3 KB | - |
| Bundled (raw) | 72.4 KB | - |
| Bundled (gzip) | 13.3 KB | - |
| Import time | 8ms | -0ms, -1.2% |
@portabletext/editor/traversal
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 9.2 KB | - |
| Internal (gzip) | 2.4 KB | - |
| Bundled (raw) | 9.3 KB | - |
| Bundled (gzip) | 2.4 KB | - |
| Import time | 5ms | -0ms, -1.9% |
@portabletext/editor/utils
| Metric | Value | vs main (ab44043) |
|---|---|---|
| Internal (raw) | 30.6 KB | - |
| Internal (gzip) | 6.5 KB | - |
| Bundled (raw) | 28.4 KB | - |
| Bundled (gzip) | 6.1 KB | - |
| Import time | 7ms | +0ms, +1.0% |
🗺️ . · ./behaviors · ./plugins · ./selectors · ./traversal · ./utils · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
Adds a private `racetrack` app at `apps/racetrack/` with the minimum needed for Vercel to build and deploy: `package.json` (react + react-dom + vite tooling), `vite.config.ts`, `tsconfig.*`, `index.html`, and a single-page `<App>` rendering a Racetrack teaser. The real Racetrack functionality (visual scenario authoring, in-browser scenario runner, plugin garage, engine viewer) is being built on the `feat/racetrack` long-running branch and lands on this skeleton over time. Each preview deploy of that branch replaces this landing with the work in progress. Builds to ~60 KB gzipped (React only). No portabletext dependencies in the skeleton; those land with the branch's first runtime commit so the skeleton can ship and deploy ahead of PTE v7.
6c6066f to
3afedb3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A private
racetrackapp atapps/racetrack/with the minimum needed for Vercel to build and deploy:package.json(react + react-dom + vite tooling),vite.config.ts,tsconfig.*,index.html, and a single-page<App>rendering a Racetrack teaser.The real Racetrack functionality (visual scenario authoring, in-browser scenario runner, plugin garage, engine viewer) is being built on the
feat/racetracklong-running branch (#2641) and lands on this skeleton over time. Each preview deploy of that branch replaces this landing with the work in progress.Builds to ~60 KB gzipped (React only). No portabletext dependencies in the skeleton; those land with the branch's first runtime commit so the skeleton can ship and deploy ahead of PTE v7.