hallinna avatar

hallinna

Community

@hallinna

0Followers
|
3Public Repos
|
16Published Skills

Agent Skills by hallinna

Showing 16 vetted skills indexed across 1 GitHub repositories.

HallinnaHallinna

render-props-pattern

Implement React component composition using render props to share stateful logic.

Community
Basic
HallinnaHallinna

react-composition-2026

Refactor React components using composable children and context-based compound components.

Community
Intermediate
HallinnaHallinna

compound-pattern

Implement React compound components with shared Context state and static sub-components.

Community
Intermediate
HallinnaHallinna

hooks-pattern

Extract duplicated React state and lifecycle logic into reusable custom Hooks.

Community
Intermediate
HallinnaHallinna

client-side-rendering

Render React single-page applications in the browser with a minimal HTML container.

Community
Intermediate
HallinnaHallinna

progressive-hydration

Defer and prioritize hydration for non-critical React UI using Suspense and React.lazy.

Community
Intermediate
HallinnaHallinna

react-2026

Match React project needs to frameworks, build tools, routing, and state libraries.

Community
Intermediate
HallinnaHallinna

ai-ui-patterns

Design React UI patterns for streaming AI chat with conversation state handling.

Community
Advanced
HallinnaHallinna

react-selective-hydration

Hydrate prioritized React 18 UI early while streaming the rest via Suspense.

Community
Intermediate
HallinnaHallinna

incremental-static-rendering

Implement Incremental Static Regeneration with getStaticProps revalidate and getStaticPaths fallback.

Community
Intermediate
HallinnaHallinna

react-render-optimization

Optimizes React components by identifying impactful refactoring opportunities and correcting problematic coding patterns.

Community
Advanced
HallinnaHallinna

hoc-pattern

Reuse cross-cutting React component behavior with Higher-Order Components.

Community
Basic
HallinnaHallinna

react-data-fetching

Refactor React data fetching with TanStack Query caching and Suspense.

Community
Advanced
HallinnaHallinna

presentational-container-pattern

Separate React application logic from view rendering into presentational and container components.

Community
Basic
HallinnaHallinna

new-example

Create numbered interview example modules with routing, navigation, and translations.

Community
Intermediate
HallinnaHallinna

i18n-management

Audit React translation keys for completeness across en, de, fr locales.

Community
Intermediate