aqueduc

Async server-side rendering for React

Usage no npm install needed!

<script type="module">
  import aqueduc from 'https://cdn.skypack.dev/aqueduc';
</script>

README

Aqueduc

Build Status NPM version

Aqueduc provides async server-side rendering (SSR) for React based applications. It solves the problematic of rendering React applications with asynchronous components being rendered only once data are fetched.

Installation

$ yarn add aqueduc

Usage

Coming soon