openedx / openedx/frontend-app-authoring
Replace connect with useSelector() and useDispatch() 3/5
Open
@ahtesham-quraish is already working on this.
Since Jul 23, 2025.
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 218
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 20
Description
Replace all usage of connect with useSelector() and useDispatch()
Files to refactor:
- src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchEditorCard.jsx
- src/editors/containers/TextEditor/index.jsx
- src/editors/containers/VideoEditor/components/SelectVideoModal.jsx
- src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx
- src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx
- src/editors/sharedComponents/ImageUploadModal/SelectImageModal/index.jsx
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.