InertiaCore
InertiaCore copied to clipboard
Inertia.js ASP.NET Adapter.
Added support for the lazy props to call async methods. Because Async methods return Task the front end was never getting an actual object back and rendering the page. This...
To be merged after #19 and #20
https://inertiajs.com/merging-props To be merged after https://github.com/kapi2289/InertiaCore/pull/19, https://github.com/kapi2289/InertiaCore/pull/20 and https://github.com/kapi2289/InertiaCore/pull/22
There are still some things to be done before we can publish v1. I can see that `InertiaCore` lacks some of the functionalities from the official [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) repo. - [x]...
I'd like to propose a plan to integrate v2 features. Here is the list of features (or changes) needed: - [x] IgnoreFirstLoad https://github.com/kapi2289/InertiaCore/pull/22 - [x] OptionalProp https://github.com/kapi2289/InertiaCore/pull/22 - [x] MergeableProp...
https://inertiajs.com/deferred-props To be merged after https://github.com/kapi2289/InertiaCore/pull/19, https://github.com/kapi2289/InertiaCore/pull/20, https://github.com/kapi2289/InertiaCore/pull/22 and https://github.com/kapi2289/InertiaCore/pull/23
Hey there! Great project, been looking into it as Inertia is very interesting. I've seen you've been actively updating this repo so here's a question. Currently the docs [make a...
Resolves #21. @Naamloos, please let me know if this implementation solves your issue. You can use a custom JSON serializer in your app by creating a custom class implementing the...
Hello, I'm using this adapter but I'm encountering a bit of an issue. As it stands right now, it seems like there's no way to modify the default json serializer....