States and Selectors - Template
If the module has different states and selectors you can divide them in subpages.
Show the path of the files that are in the module using code block.
For example, the transactions' state and selectors are in the transactionsSlice.ts
and transactionsThunk.ts
which are in the transactions redux folder and are shown below:
Using expandable, add the initial state and selectors that make up the module.
Explain how to fetch the data using examples, list the parameters if needed and describe them.
For example:
Last updated