Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stouderio/inertia-preact

The Preact adapter for Inertia.js.
https://github.com/stouderio/inertia-preact

adonis inertia inertiajs inertiajs-adapter laravel preact preactjs ssr

Last synced: about 1 month ago
JSON representation

The Preact adapter for Inertia.js.

Awesome Lists containing this project

README

        



@stouder-io/inertia-preact


The Preact adapter for Inertia.js.






npm

## Credits
This is a port of the original [Inertia.js React adapter](https://github.com/inertiajs/inertia/tree/master/packages/react).

Thanks to [jrson](https://jrson.me) for having released [an adapter for older release](https://github.com/jrson83/inertia-preact) of Inertia which is now archived.

## Installation
This package is available in the npm registry.

```
pnpm install @stouder-io/inertia-preact
```

## Usage
Inertia-wise, the adapter is interoperable with Inertia.js React adapter, setup should be exactly the same.