aquis

High Performance Isomorphic React Framework

Usage no npm install needed!

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

README

Aquis - Isomorphic React Framework

Minimal Project Structure

To use Aquis your project must have at least the following files. Here's a working example

--- Project Root
    |- static/
        |- index.html
    |- index.js

index.js

Must export your <App/> element

index.html

Must contain %app% inside the html, so Aquis can know where to inject the app's generated html.

Running

To run Aquis simply execute aquis in your project root

Routing

Aquis bases it's routing upon react-router-dom, whenever you would import a Router element from react-router-dom simply import it from Aquis instead.