
create the future via tech, share idea by words, capture moments with the lens of a camera.

わたしの
こと
about
ウェブサイトやアプリの開発が好き。 学び、コーディング、読書を楽しんでいます。 挑戦を通して成長し 知識を執筆を通じて共有することを楽しむ。 写真で人生の美しさを捉えている。 また、好奇心を持って世界を観察し、 人生への情熱と目標に向かって進み続けています! 学び | 開発 | 創造
create the future via tech, share idea by words, capture moments with the lens of a camera.
わたしの
こと
about
ウェブサイトやアプリの開発が好き。 学び、コーディング、読書を楽しんでいます。 挑戦を通して成長し 知識を執筆を通じて共有することを楽しむ。 写真で人生の美しさを捉えている。 また、好奇心を持って世界を観察し、 人生への情熱と目標に向かって進み続けています! 学び | 開発 | 創造
Rendering Techniques: SSG, SSR, CSR, ISR & RSC
A comprehensive guide to modern web rendering techniques, including Static Site Generation (SSG), Server-Side Rendering (SSR), Client-Side Rendering (CSR), Incremental Static Regeneration (ISR), and React Server Components (RSC), exploring their characteristics, advantages, and ideal use cases for optimal web application performance.
What is the difference between the Page and App router in Nextjs?
The Next.js App Router represents a significant evolution from the Page Router, introducing Server Components as the default, improved routing capabilities, and enhanced performance features, while maintaining backwards compatibility for developers who prefer the traditional approach.
Understanding useEffect, useCallback, and useMemo in React
React's useEffect, useCallback, and useMemo hooks are essential tools for managing side effects, optimizing function references, and caching computed values, respectively, working together to enhance application performance and maintainability.