Skip to content

react-http-renderer@0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Feb 21:53
· 1 commit to main since this release
0047290

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