Releases: ntatoud/react-http
Releases · ntatoud/react-http
react-http-renderer@0.2.0
Minor Changes
-
#4
cc1a1f2Thanks @ntatoud! - Initial release of react-http-renderer- Custom React Reconciler for HTTP server rendering
- Declarative JSX components:
<Server>,<Route>,<Get>,<Post>,<Put>,<Delete>,<Patch>,<Options>,<Head>,<Middleware> - React hooks:
useRequest()anduseResponse() - Middleware support with scoped execution and chaining
- URL parameter extraction and query string parsing
- JSON request body parsing
- Full TypeScript support with typed RequestContext, handlers, and middleware
- Zero external HTTP dependencies — built on Node.js
httpmodule