Agent Skills by hallinna
Showing 16 vetted skills indexed across 1 GitHub repositories.
render-props-pattern
Implement React component composition using render props to share stateful logic.
react-composition-2026
Refactor React components using composable children and context-based compound components.
compound-pattern
Implement React compound components with shared Context state and static sub-components.
hooks-pattern
Extract duplicated React state and lifecycle logic into reusable custom Hooks.
client-side-rendering
Render React single-page applications in the browser with a minimal HTML container.
progressive-hydration
Defer and prioritize hydration for non-critical React UI using Suspense and React.lazy.
react-2026
Match React project needs to frameworks, build tools, routing, and state libraries.
ai-ui-patterns
Design React UI patterns for streaming AI chat with conversation state handling.
react-selective-hydration
Hydrate prioritized React 18 UI early while streaming the rest via Suspense.
incremental-static-rendering
Implement Incremental Static Regeneration with getStaticProps revalidate and getStaticPaths fallback.
react-render-optimization
Optimizes React components by identifying impactful refactoring opportunities and correcting problematic coding patterns.
hoc-pattern
Reuse cross-cutting React component behavior with Higher-Order Components.
react-data-fetching
Refactor React data fetching with TanStack Query caching and Suspense.
presentational-container-pattern
Separate React application logic from view rendering into presentational and container components.
new-example
Create numbered interview example modules with routing, navigation, and translations.
i18n-management
Audit React translation keys for completeness across en, de, fr locales.