Reactician

Latest articles


Internationalization (i18n) in Next.js: Building Multi-language Sites

A practical guide to setting up internationalization (i18n) in Next.js, including routing, translations, and best practices for multi-language sites.

Read more

Optimizing images with the Next.js Image component

A practical guide to optimizing images in Next.js using the built-in Image component, including responsive images, loading strategies, and best practices for performance.

Read more

Write reusable logic with custom React Hooks

A hands-on tutorial for building reusable, stateful logic in your React apps with custom Hooks, including patterns and real-world examples.

Read more

Sharing state between Next.js page navigations using React Contexts

A step-by-step guide to sharing and persisting state across Next.js pages using React Contexts, with practical use-cases and implementation tips.

Read more