GitHubGitHub (opens in a new tab)
  • Stackflow 시작하기
  • 가이드
    • 액티비티
    • 탐색하기
    • 상태 가져오기
    • UI 뜯어쓰기
    • 플러그인 작성하기
  • 활용하기
    • 히스토리와 동기화하기
    • useFlow 순환참조 해결하기
    • 미리 API 호출하기
    • Karrotframe에서 이사가기
  • 설계와 원칙
  • 도움 구하기
  • 플러그인
    • compat-await-push
    • link
    • plugin-basic-ui
    • plugin-google-analytics-4
    • plugin-history-sync
    • plugin-preload
    • plugin-renderer-basic
    • plugin-renderer-web
    • plugin-stack-depth-change
  • Stackflow 시작하기
  • 가이드
    • 액티비티
    • 탐색하기
    • 상태 가져오기
    • UI 뜯어쓰기
    • 플러그인 작성하기
  • 활용하기
    • 히스토리와 동기화하기
    • useFlow 순환참조 해결하기
    • 미리 API 호출하기
    • Karrotframe에서 이사가기
  • 설계와 원칙
  • 도움 구하기
  • 플러그인
    • compat-await-push
    • link
    • plugin-basic-ui
    • plugin-google-analytics-4
    • plugin-history-sync
    • plugin-preload
    • plugin-renderer-basic
      • Usage
    • plugin-renderer-web
    • plugin-stack-depth-change

On This Page

  • Usage
Question? Give us feedback → (opens in a new tab)Edit this page
플러그인
plugin-renderer-basic

@stackflow/plugin-renderer-basic

Render the activity that should be rendered by default using the stack state.

  • Documentation (opens in a new tab)

Usage

import { stackflow } from "@stackflow/react";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
 
const { Stack, useFlow } = stackflow({
  activities: {
    // ...
  },
  plugins: [basicRendererPlugin()],
});
  • plugin github link (opens in a new tab)
plugin-preloadplugin-renderer-web

MIT 2023 © Stackflow