Refactor Stage Context to redux #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor-stage-to-redux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
In relation to effort started with this PR
The
Stage Provider
was a react context used to segregate out the UI specific logic of theDocumentCanvas
.This need to be converted into a Redux slice in the refactor efforts.
Solution
Did that