toss / use-funnel

A powerful and safe step-by-step state management library
https://use-funnel.slash.page
MIT License
192 stars 25 forks source link

[Feature]: Support history transition set context by `SetStateAction` callback #28

Closed minuukang closed 2 months ago

minuukang commented 2 months ago

Package Scope

@use-funnel/core

Description

Currently history transition setting context is merge object and compare type to help using.

When using complex type (target context is using union..) or sometime want to use react SetStateAction style.

Possible Solution

No response

etc.

No response