Skip to content

marko-php/marko-inertia-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marko/inertia-react

React companion for marko/inertia - configuration defaults and a frontend marker binding for React.

Installation

composer require marko/inertia-react

Quick Example

use Marko\Inertia\Inertia;
use Marko\Routing\Http\Request;
use Marko\Routing\Http\Response;

class DashboardController
{
    public function __construct(
        private readonly Inertia $inertia,
    ) {}

    public function index(Request $request): Response
    {
        return $this->inertia->render(
            request: $request,
            component: 'Dashboard',
        );
    }
}

Documentation

Full usage, API reference, and examples: marko/inertia-react

About

[READ-ONLY] React companion for marko/inertia - configuration and frontend marker binding. Issues and PRs at https://github.com/marko-php/marko

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages