Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stouderio/inertia-preact
- Owner: StouderIO
- License: mit
- Created: 2023-12-24T03:10:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T21:35:43.000Z (10 months ago)
- Last Synced: 2024-10-01T04:04:34.413Z (about 1 month ago)
- Topics: adonis, inertia, inertiajs, inertiajs-adapter, laravel, preact, preactjs, ssr
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.