Add example app, npm publishing, and professional README#4
Merged
Conversation
- Rename package to react-http-renderer (react-http was taken on npm) - Rename package directory to packages/react-http-renderer - Add @changesets/cli and @changesets/changelog-github for version management - Add GitHub Actions release workflow with OIDC trusted publishing - Add publishConfig, repository, homepage, bugs metadata to package.json - Add changeset, version-packages, release scripts to root - Create initial CHANGELOG.md for v0.1.0 - Add professional README with banner, badges, and full documentation - Update all imports in example app to use new package name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2d4e8ac to
8a2bd7b
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
react-http-renderer+ React/Vite frontend, with comprehensive test suitesreact-http→react-http-renderer(original name was taken on npm), directory renamed to matchChanges
Example App (
apps/todo-app/)Publishing Setup
@changesets/cli+@changesets/changelog-githubfor version management.github/workflows/release.yml— Automated releases viachangesets/action@v1with OIDC trusted publishingpackages/react-http-renderer/package.json— AddedpublishConfig,repository,homepage,bugs,authorchangeset,version-packages,releaseCHANGELOG.mdfor v0.1.0Documentation
.changeset/README.mdcontributor guideTest plan
pnpm buildpasses (all 3 packages)pnpm testpasses (94 tests across 9 test files)react-http-renderer@0.1.0published to npm🤖 Generated with Claude Code