The Lynx website hosts a blog to share updates, tutorials, and announcements.
All blog posts are located in docs/en/blog/.
.mdx file in docs/en/blog/. The filename will be part of the URL.We provide specialized components for blog listings and author avatars.
<BlogList>Renders the list of blog posts automatically.
Lynx 3.5 is now officially released! Following our stable bi-monthly release cadence, Lynx 3.5 brings several key improvements. This release adds experimental support for React Compiler, enhances main thread scripts with stopPropagation for better event bubbling control, enables immediate interactivity after first-frame rendering, and improves cross-thread communication. We've also expanded HarmonyOS platform support and introduced new features like the pointer-events CSS property.
<BlogAvatar>Renders avatars for blog authors.
You can add new authors in src/components/blog-avatar/authors.json.

The blog index is automatically generated. Ensure your date field is correct so posts are ordered chronologically.
Place images in the public/ directory or relative to the blog post if configured.