Module @just-web/browser

@just-web/browser

NPM version NPM downloads

@just-web/browser provides browser specific implementations for core features for a @just-web applications.

Architecturally, under the lens of Clean Architecture, @just-web/browser provides the adaptors and external details related to browsers.

Install

# npm
npm install @just-web/browser

# yarn
yarn add @just-web/browser

# pnpm
pnpm install @just-web/browser

#rush
rush add -p @just-web/browser

Usage

import { createApp } from '@just-web/app'
import browserPlugin from '@just-web/browser'

createApp({ name: 'your-awesome-app' }).extend(browserPlugin())

References

Renames and re-exports browserPlugin

Generated using TypeDoc