Selects and applies react-simplikit hooks, components and utils (useDebounce, useThrottle, useToggle, useBooleanState, useCounter, useList, useMap, useSet, useInterval, useTimeout, usePrevious, usePreservedCallback, useOutsideClickEffect,…
toss/react-simplikit
SkillsMP has collected 10 skills from toss/react-simplikit. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 10
- GitHub stars
- 350
- GitHub forks
- 72
Skills in this repository
Showing 10 of 10 collected skills.
Create commits following repo conventions. Use when committing changes, creating commit messages.
Migrates a codebase off the deprecated @react-simplikit/mobile package onto the react-simplikit root entry. Use when a project still imports @react-simplikit/mobile, when an install warns that the package is deprecated, or when someone asks how to migrate off…
Create branches following repo conventions. Use when creating branches, starting new features.
PR/code review. 100% coverage, SSR safety, JSDoc validation. Use when reviewing code, checking PRs.
Complete workflow from new Hook/Component/Util development to deployment. Use when starting new feature development.
JSDoc writing rules for AI-powered documentation generation. Use when writing JSDoc, documenting functions, or adding code comments.
React library public API design principles. Use when designing hooks, components, or utility APIs.
Scaffold new hooks/components/utilities. Generate standard structure and boilerplate. Use when creating new hooks, components, utilities.
Write test code. 100% coverage, SSR tests, edge cases. Use when writing tests, adding test coverage.