aquis
v1.1.3
Published
High Performance Isomorphic React Framework
Downloads
12
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.