Create a `CfrToolsStore`, along with a `CfrToolsAction` for each toggle of the CFRs' states. Also, create a `CfrToolsState`, along with a Reducer and Middleware
Bug 1907653 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Create a `CfrToolsStore`, along with a `CfrToolsAction` for each toggle of the CFRs' states. Also, create a `CfrToolsState`, along with a Reducer and Middleware. However, defer the implementation of the Middleware to [Bug 1906890](https://bugzilla.mozilla.org/show_bug.cgi?id=1906890)
Create a `CfrToolsStore`, along with a `CfrToolsAction` for each toggle of the CFRs' states. Also, create a `CfrToolsState`, along with a Reducer and Middleware. However, defer the implementation of the Middleware to [Bug 1906890](https://bugzilla.mozilla.org/show_bug.cgi?id=1906890) and defer the test implementation to [Bug 1907915](https://bugzilla.mozilla.org/show_bug.cgi?id=1907915).