Search conditions
Next.js
- What to Check When You Get CORS Errors When Calling Route Handler Endpoints from a Different Domain Client-Side
Explains the causes and solutions for CORS errors. Introduces specific methods to solve the problem of external domain requests being blocked by CORS policy in Next.js Route Handler API endpoints, through response header configuration and OPTIONS method permission.
- July 2024 Release Notes - Ryota Blog
Introducing this month's media updates! Including sidebar bottom blur adjustments, Instagram error fixes, underline component additions, and custom font integration for OG images.
- My SEO Optimization TODO List for Next.js App Router
This time I'll introduce the SEO optimizations I always implement when using App Router!
- [Review Part 2] TypeScript and React/Next.js Practical Web Application Development - Explaining toPropValue
This time I finished reading the Next.js book "TypeScript and React/Next.js Practical Web Application Development" and will write a review. Part 1 reviewed the overview sections, so this time I'll review the hands-on sections.