Inertia Adapter ProcessWire Module
Hello! Long time no see.
I created this module so you can use Inertia.js (https://inertiajs.com/) with ProcessWire.
Description
Inertia allows you to create fully client-side rendered, single-page apps, without much of the complexity that comes with modern SPAs. It does this by leveraging existing server-side frameworks.
Inertia isn’t a framework, nor is it a replacement to your existing server-side or client-side frameworks. Rather, it’s designed to work with them. Think of Inertia as glue that connects the two. Inertia comes with three official client-side adapters (React, Vue, and Svelte).
This is an adapter for ProcessWire. Inertia replaces PHP views altogether by returning JavaScript components from controller actions. Those components can be built with your frontend framework of choice.
Links
- https://github.com/joyofpw/inertia
- https://github.com/joyofpw/inertia-svelte-mix-pw
- https://inertiajs.com/
Screenshots