Min Thura4/30/2024
Request Memoization
React extends the fetch API to automatically memoize requests that have the same URL and options. This means you can call a fetch function for the sam ...
Mike Daniel4/28/2024
App Router vs Pages Router
Next.js has two different routers: the App Router and the Pages Router. The App Router is a newer router that allows you to use React's latest feature ...
Phyo Ko Ko4/28/2024
What is Next.js?
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional f ...
1