inertia-aspnetcore
inertia-aspnetcore copied to clipboard
The AspNetCore adapter for Inertia.js. https://inertiajs.com
Hi thank you for working on the project it has been a great help to us! Could you update the package on NuGet? It is currently on the version from...
Kind request to put Checklist/Roadmap of features developed vs pending as compared to official Laravel adapter https://github.com/inertiajs/inertia-laravel
When the ResultFactory is registered as a singleton, every request that comes into the app sees the shared data. That means you can't put user-specific data in there without exposing...
Is there a way to share data across many pages from one central location similar to the way the Laravel adapter works?