Skip to content

Commit 8a2bd7b

Browse files
ntatoudclaude
andcommitted
chore: add initial release changeset
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c651264 commit 8a2bd7b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.changeset/initial-release.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"react-http-renderer": minor
3+
---
4+
5+
Initial release of react-http-renderer
6+
7+
- Custom React Reconciler for HTTP server rendering
8+
- Declarative JSX components: `<Server>`, `<Route>`, `<Get>`, `<Post>`, `<Put>`, `<Delete>`, `<Patch>`, `<Options>`, `<Head>`, `<Middleware>`
9+
- React hooks: `useRequest()` and `useResponse()`
10+
- Middleware support with scoped execution and chaining
11+
- URL parameter extraction and query string parsing
12+
- JSON request body parsing
13+
- Full TypeScript support with typed RequestContext, handlers, and middleware
14+
- Zero external HTTP dependencies — built on Node.js `http` module

0 commit comments

Comments
 (0)