Skip to content

Releases: ntatoud/react-http

react-http-renderer@0.2.0

05 Feb 21:53
0047290

Choose a tag to compare

Minor Changes

  • #4 cc1a1f2 Thanks @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() and useResponse()
    • 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 http module