Skip to content

Add transient state#32

Open
mustangJaro wants to merge 3 commits intoday8:masterfrom
lumanu:master
Open

Add transient state#32
mustangJaro wants to merge 3 commits intoday8:masterfrom
lumanu:master

Conversation

@mustangJaro
Copy link
Copy Markdown

@mustangJaro mustangJaro commented Oct 16, 2020

This adds a new :transient? key to the rule structure to allow users to be able to identify which rules can be run more than once. This can be helpful for SPAs where I want to load new state every time a certain condition is met, for example, going to a specific URL should reload certain state.

Specifically, this restricts the app from storing the "transient" rule in rules-fired so that async-flow doesn't track the execution of it in the same way. However, the dispatch events are still executed as normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant