Welcome to 56kode,
Web Development, React & TypeScript
RSS Feed As a frontend development expert, you'll find advice, tips, insights, and reviews on web development on this blog. Special focus will be given to JavaScript, React, and TypeScript.
Recent Posts
Automated Astro dependencies update with Cursor and Claude
Published: at 08:00 AMComplete migration from Astro 4 to Astro 5 with Content Layer automated by Claude 4 Sonnet. Detailed experience report on breaking changes, new rendering API, and migration of all dependencies like React 19.
Integrating Jira into Cursor with the Model Context Protocol
Published: at 03:00 PMStep-by-step guide to connect Jira to Cursor through the Model Context Protocol and streamline your workflow
Level Up React: Mastering Context API
Updated: at 05:10 PMExplore the internal mechanisms of React's Context API, and how to use it effectively for global state management. Comparison with Zustand and Redux, advanced optimization techniques, and best practices to avoid unnecessary re-renders.
Level Up React: Mastering useReducer for structured state management
Published: at 02:10 PMComplete guide to React's useReducer hook - from basic concepts to advanced implementation. Learn how to structure complex state logic, manage interdependent state, and create maintainable React applications with practical e-commerce cart examples, TypeScript integration, and testing strategies.