React Performance Best Practices
Improve the accessibility of your Next.js site

Improve the accessibility of your Next.js site

9/30/2022

What this post added

This post details how to improve the accessibility of Next.js sites by increasing element target size, building with semantic HTML using ARIA patterns, providing descriptive alternative text for images, and implementing accessible input error messages using `role="alert"` and `aria-atomic="true"`.

Read the original post ↗