stackflow icon indicating copy to clipboard operation
stackflow copied to clipboard

๐Ÿงฑ Mobile-first stack navigator framework with composable plugin system

Results 50 stackflow issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Summary Adds `prune()` API to `StackflowActions` in `@stackflow/core` to manually clear past events and inactive activities. ## Motivation Stackflow's Event Sourcing pattern causes the event history to grow indefinitely....

## Summary This PR introduces the [structuredStackflow](cci:1://file:///Users/woocheolpark/Documents/Projects/stackflow/integrations/react/src/future/structuredStackflow.tsx:150:0-435:1) API, a new way to define and manage activities hierarchically, similar to Jetpack Compose Navigation. ### Motivation As applications grow, managing a flat...

- Remove Yarn-specific files (.yarnrc.yml, .yarn/, .pnp.cjs, .pnp.loader.mjs, yarn.lock) - Add bun.lock for dependency locking - Update package.json: - Change all scripts from 'yarn' to 'bun' - Update packageManager field...

## Summary This PR enables step actions (`stepPush`, `stepPop`, `stepReplace`) to target any activity in the stack using `targetActivityId`, not just the top activity. The history sync plugin now intelligently...

According to the official documentation, the `useStack()` hook can be used to access the stack state within UI components. However, when examining the `activities` array returned from `useStack()`, I noticed...

(english question follows korean) ์•ˆ๋…•ํ•˜์„ธ์š”, StackFlow ๋„์ž… ๊ณผ์ •์—์„œ ๊ธฐ์ˆ ์ ์ธ ํ™•์ธ์ด ํ•„์š”ํ•˜์—ฌ ์งˆ๋ฌธ๋“œ๋ฆฝ๋‹ˆ๋‹ค! ์„œ๋น„์Šค๋ฅผ ๋งŒ๋“ค๋ฉฐ PG ๊ฒฐ์ œ / SNS ๋กœ๊ทธ์ธ์ฒ˜๋Ÿผ ํŠน์ • ์ƒํ™ฉ์—์„œ ์„œ๋น„์Šค ์™ธ๋ถ€๋กœ ์ด๋™ํ–ˆ๋‹ค๊ฐ€ ๋‹ค์‹œ ํŠน์ • Activity๋กœ ๋Œ์•„์˜ค๋Š” ์ˆ˜์š”๊ฐ€ ์žˆ๋Š”๋ฐ์š”....

ํŽ˜์ด์ง€๋“ค์„ ์„ฑ๊ฒฉ์— ๋”ฐ๋ผ ๋ถ„๋ฅ˜ํ•ด ๋ช‡๊ฐœ์˜ Stack ์„ ๋งŒ๋“ค์—ˆ์Šต๋‹ˆ๋‹ค. ๊ฐ™์€ Stack ๋‚ด์˜ ํŽ˜์ด์ง€๋“ค๋ผ๋ฆฌ๋Š” stackflow ๊ฐ€ ๋ผ์šฐํŒ… ์ฒ˜๋ฆฌ๋ฅผ ํ•˜๊ณ , ๋‹ค๋ฅธ Stack ์˜ ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•  ์‹œ์—๋Š” ๋ฆฌ์•กํŠธ ๋ผ์šฐํ„ฐ๊ฐ€ ๋ผ์šฐํŒ…์„ ํ•ฉ๋‹ˆ๋‹ค. ๊ฐ™์€ Stack ๋‚ด์˜...