Kinetic: A view-composer package for Inertia.js
Kinetic is a package that enhances Inertia.js by allowing you to share props across multiple components from a single location. It simplifies prop management by centralizing prop definitions and organizing them based on component names. To use Kinetic, you install the package, register the service provider, and define composers within the Inertia::composer() method. Within composers, you can use the $inertia object to add shared props to the response. By using Kinetic, you can create cleaner, more maintainable, and potentially more performant Inertia.js applications..
Streamline Your Inertia.js Development with Kinetic.
No Website
GitHub RepositoryRelated Projects
Laravel Livewire Form Wizard
Guide your users through complex forms effortlessly