DEV Community

Cover image for Inertia Adapter for ProcessWire
Camilo
Camilo

Posted on

Inertia Adapter for ProcessWire

For the ProcessWire project. I created this simple Inertia adapter.
And also a sample ProcessWire + Svelte + Laravel Mix + Inertia project.

GitHub logo joyofpw / inertia

⏩ An Inertia.js Adapter for ProcessWire

Inertia.js for ProcessWire

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.

Features

Installation

You only need…

Files

Top comments (0)