Interactive CLI for generating modern full-stack MERN applications.
`@stackflow/core` contains the core logic to calculate the stack state based on domain events.
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
An integration layer for using Stackflow in React applications. Returns a `<Stack />` component for rendering the application.
Preload required remote data by activity name.
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`).
Map initial activity using given URL
It mimics the `<Link />` component behavior provided by Gatsby or Next.js.
Stackflow plugin that provides `useFocusEffect`, a hook for running side-effects when an activity gains or loses focus.
Render active activity only using the stack state. this plugins can be used for web application to be served on the web browser
```typescript import { receive } from "@stackflow/compat-await-push";
Generate a software stack that markets itself!
Render the UI within the activity using the global stack state. It provides `cupertino` and `android` themes by default.
A stack-based navigation flow component for managing sequential views with animations
Add Google analytics 4 script to current service.
Screen UI Plugin for Dotss
Fine-tune UX of Stackflow apps across multiple environments
Render active activity only using the stack state. this plugins can be used for web application to be served on the web browser
Render the activity that should be rendered by default using the stack state.