npm.io
1.0.1 • Published 7 years ago

aqueduc

Licence
Apache-2.0
Version
1.0.1
Deps
2
Size
335 kB
Vulns
0
Weekly
0

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