Generate a software stack that markets itself!
Enables Stackflow Devtools (Chrome extension)
`@stackflow/core` contains the core logic to calculate the stack state based on domain events.
```typescript import { receive } from "@stackflow/compat-await-push";
An integration layer for using Stackflow in React applications. Returns a `<Stack />` component for rendering the application.
Stackflow plugin that provides `useFocusEffect`, a hook for running side-effects when an activity gains or loses focus.
Stackflow plugin for Sentry browser tracing. Automatically creates navigation spans and breadcrumbs for activity transitions (`push`, `pop`, `replace`) and step transitions (`stepPush`, `stepPop`, `stepReplace`).
Fine-tune UX of Stackflow apps across multiple environments
TBD
Synchronizes the stack state with the current browser's history
Preload required remote data by activity name.
Interactive CLI for generating modern full-stack MERN applications.
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.
It mimics the `<Link />` component behavior provided by Gatsby or Next.js.
Monitors a depth change in the stack.
Render active activity only using the stack state. this plugins can be used for web application to be served on the web browser
Map initial activity using given URL
Render the UI within the activity using the global stack state. It provides `cupertino` and `android` themes by default.
No description provided.
No description provided.
Leverage React Router v7's serving + Loader logic for Stackflow SSR.
A stack-based navigation flow component for managing sequential views with animations
Add Google analytics 4 script to current service.