Skip to content

feat(react): add React components - #10

Merged
dangreen merged 1 commit into
mainfrom
add-react
Aug 7, 2026
Merged

feat(react): add React components#10
dangreen merged 1 commit into
mainfrom
add-react

Conversation

@dangreen

@dangreen dangreen commented Aug 7, 2026

Copy link
Copy Markdown
Member

Adds @srcset/react - React components for responsive images.

  • Picture - server-compatible <picture> with a <source> per format group ordered by efficiency, and a sizes prop applied to every source
  • Image - client <img> with intrinsic size, lazy loading and async decoding by default, blur-up placeholder (once per mount, next/image parity), priority preload with matching request policy, React 19 ref cleanup support
  • The published dist splits automatically: modules with a leading 'use client' land in a client chunk with the directive, the server entry stays directive-free
  • Reviewed locally in three Codex passes (final pass: no findings)

🤖 Generated with Claude Code

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 31188301278

Warning

No base build found for commit 1f6e9dc on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 89.76%

Details

  • Patch coverage: 26 of 26 lines across 2 files are fully covered (100%).

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 563
Covered Lines: 520
Line Coverage: 92.36%
Relevant Branches: 394
Covered Branches: 339
Branch Coverage: 86.04%
Branches in Coverage %: Yes
Coverage Strength: 92690.36 hits per line

💛 - Coveralls

@dangreen
dangreen merged commit 999d442 into main Aug 7, 2026
7 checks passed
@dangreen
dangreen deleted the add-react branch August 7, 2026 14:37
@github-actions github-actions Bot mentioned this pull request Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants