Page

Table Of Contents


Built with 🛠 MkDocs - Theme 🖤 Github.

Framework Integration Guides

React Integration

Installation

npm install @closure-next/core @closure-next/react

Usage

The React integration provides hooks and components for seamless integration with React applications.

import { useClosureComponent } from '@closure-next/react';

Vue Integration

Installation

npm install @closure-next/core @closure-next/vue

Usage

Vue integration provides composables and components for Vue 3 applications.

Angular Integration

Installation

npm install @closure-next/core @closure-next/angular

Usage

Angular integration provides services and decorators for Angular applications.

Svelte Integration

Installation

npm install @closure-next/core @closure-next/svelte

Usage

Svelte integration provides actions and components for Svelte applications.

Web Components Integration

Installation

npm install @closure-next/core @closure-next/web-components

Usage

Web Components integration allows creating custom elements using Closure Next.

Build Tool Integrations

Webpack

npm install @closure-next/webpack --save-dev

Vite

npm install @closure-next/vite --save-dev

Rollup

npm install @closure-next/rollup --save-dev

Server-Side Rendering

Next.js Integration

npm install @closure-next/next

Nuxt.js Integration

npm install @closure-next/nuxt

Mobile Development

Installation

npm install @closure-next/mobile

Usage

Mobile integration provides utilities for hybrid mobile applications.

WebAssembly Integration

Installation

npm install @closure-next/wasm

Usage

WebAssembly integration enables high-performance computations using Wasm modules.