Feature #32899
Tracker #32903: Rethinking React-Redux folder structure
Add Redux toolkit
Pull request:
Fixed in Releases:
Found in Releases:
Description
Redux toolkit provides great tools and reduces boilerplate,
which we need in order to achieve better conventions: https://community.theforeman.org/t/rethinking-react-redux-folder-structure/24183
Associated revisions
History
#2
Updated by The Foreman Bot 10 months ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8657 added
#3
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#4
Updated by Tomer Brisker 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|1291288ba2ed47ad210a5131e4dd81b06a7f414e.
Fixes #33003 - Refactor FactChart to use slice pattern (#8657)
Following the discussion in
https://community.theforeman.org/t/rethinking-react-redux-folder-structure/24183
to use the slice pattern, updating this POC into actual changes to match
the agreed structure.