No description provided.
This package integrates following packages to provide full-featured React components.
`@stackflow/core` contains the core logic to calculate the stack state based on domain events.
CSS implementation of Seed Design, providing design tokens and component styles and theming codes.
TBD
Render the activity that should be rendered by default using the stack state.
Render the UI within the activity using the global stack state. It provides `cupertino` and `android` themes by default.
Synchronizes the stack state with the current browser's history
Preload required remote data by activity name.
An integration layer for using Stackflow in React applications. Returns a `<Stack />` component for rendering the application.
Generate random numbers with a seed, useful for reproducible tests
This package is a internal utility, not intended for public use.
Enables Stackflow Devtools (Chrome extension)
Monitors a depth change in the stack.
Stackflow plugin for Sentry browser tracing. Automatically creates navigation spans and breadcrumbs for activity transitions (`push`, `pop`, `replace`) and step transitions (`stepPush`, `stepPop`, `stepReplace`).
Native JS murmur hash implementation
DEPRECATED: see [@seed-design/css](../css) for the latest version.
DEPRECATED: see [@seed-design/css](../css) for the latest version.
It mimics the `<Link />` component behavior provided by Gatsby or Next.js.
Seed Design의 테마를 Vite 프로젝트에 적용하기 위한 플러그인입니다.
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Map initial activity using given URL
A package to seed your database using Drizzle ORM
Render active activity only using the stack state. this plugins can be used for web application to be served on the web browser