0.2.12 • Published 4 years ago

@xest/host v0.2.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@xest/host

Host process for xest

Standalone Installation

xest can be configured to run in-process in any Javascript environment with a supported data store (IndexedDB and any of the SQL databases supported by knex). Use the following steps to install for a browser in a React application using IndexedDB.

Install Dependencies

yarn add @xest/host @xest/react

Configure React Bindings

Modify src/index.js to wrap your App component in a Provider:

import React from 'react'
import ReactDOM from 'react-dom'
import { Provider } from '@xest/react'
import App from './App'
import host from '@xest/host'

ReactDOM.render(
  <Provider host={host()}><App /></Provider>,
  document.getElementById('root')
)
0.2.12

4 years ago

0.2.9

4 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago