hybridly / hybridly

Solution to develop server-driven, client-rendered applications
https://hybridly.dev
MIT License
527 stars 43 forks source link

Implement serialization guard #158

Open innocenzi opened 4 months ago

innocenzi commented 4 months ago

See: https://github.com/inertiajs/inertia-laravel/pull/630 See: https://github.com/hybridly/hybridly/blob/0.x/packages/laravel/src/View/PropertiesResolver.php#L102

Instead of the approach in that pull request, implement a hook or pippeline-based way to allow userland to implement that themselves.

AlejandroAkbal commented 1 month ago

Is there any ETA for SSR support? Would love to migrate to Hybridly

innocenzi commented 1 month ago

This is the wrong issue to ask, but the answer is no, no ETA. I don't use SSR myself, so the priority is low. Check https://github.com/hybridly/hybridly/issues/157, and PRs are welcome!