docs: add typed Recompose HOC examples#318
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new example demonstrating the use of Recompose's withStateHandlers HOC with TypeScript, including documentation updates in the README files and implementation in the playground. The feedback suggests pinning the newly added recompose and @types/recompose dependencies to exact versions in package.json to maintain consistency with the rest of the project.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "@types/react-dom": "18.0.3", | ||
| "@types/react-redux": "7.1.24", | ||
| "@types/react-router-dom": "5.3.3", | ||
| "@types/recompose": "^0.30.15", |
| "react-redux": "7.2.8", | ||
| "react-router-dom": "6.3.0", | ||
| "react-scripts": "5.0.1", | ||
| "recompose": "^0.30.0", |
|
Updated to address the dependency-version review note: pinned |
Summary
withStateHandlersexample to the HOC section.recompose/@types/recompose.Validation
cd playground && npm run tsccd playground && npm run lintnpm run ci-checkgit diff --checkCloses #46
IssueHunt Summary
Referenced issues
This pull request has been submitted to: