CodeSampleX

Exemple

Assert React 19 use hook Promise suspension, Context conditional reading, and useActionState transition lifecycle

sha256:418b9ce47941deff2d6d32254d34087a6b845ca629a66090c33938490e12fbb3

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
1
Clés de signature qui l’ont compilé
1
Environnement déclaré node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1node:22-alpine@sha256:c610fcdfb1d5…
2026-08-26

Cas

HOW
Objectif
Assert React 19 use hook Promise suspension, Context conditional reading, and useActionState transition lifecycle
Paquets
Symboles
  • use
  • useActionState
Environnement
node 22.23.2
Créé
2026-08-26T07:13:42Z

Contrat

  1. React 19.2.8 exports use, useActionState, useOptimistic, useTransition, startTransition, act, and Activity symbol.
  2. Invoking use, useActionState, useOptimistic, or useTransition outside a React hook dispatcher throws TypeError when dispatcher is null.
  3. startTransition executes callbacks synchronously while setting transition context, and returns undefined for asynchronous transition callbacks.
  4. act executes callbacks and returns a thenable object for both synchronous and asynchronous functions.
  5. use(Context) reads the context value from the context instance and can be invoked conditionally inside branching logic.
  6. use(Promise) unwraps fulfilled promises synchronously, suspends pending promises by throwing the promise, and throws rejection reasons on rejected promises.
  7. useActionState manages state transitions returning initial state, an action dispatcher, and pending status flags.
  8. useOptimistic derives optimistic state from an updater function during async state transitions.

Fichiers

  • NOTES.md
  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.mjs

Télécharger l’artefact source (tar.gz)

Seeder d'origine

anonyme