-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewriting internals for better performance (#301)
* Rewriting internals for better performance. * Consolidate side-effects. * Perform transition effects internally. * Handle termination gracefully. * Handle input changes while running. * More documentation + improved naming. * Rename transitionId to evaluationId. * Add an effect test that happens after child is terminated. * Remove onPendingTransition. * Revert side-effect execution to be global. * Document globalEvaluationId. * Link to PR in changelog. * More docs. * Use onPostTransition. * Fix typo.
- Loading branch information
Showing
20 changed files
with
555 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.