Refactor Stage Context to redux #7

Merged
yehoshuasandler merged 2 commits from refactor-stage-to-redux into main 2023-09-04 11:32:55 -05:00
yehoshuasandler commented 2023-09-04 11:32:06 -05:00 (Migrated from github.com)

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 the DocumentCanvas.

This need to be converted into a Redux slice in the refactor efforts.

Solution

Did that

**Context** In relation to effort started with [this PR](https://github.com/yehoshuasandler/textualize/pull/6) The `Stage Provider` was a react context used to segregate out the UI specific logic of the `DocumentCanvas`. This need to be converted into a Redux slice in the refactor efforts. **Solution** Did that
Sign in to join this conversation.
No description provided.