inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

Data management on the Client Side #561

Open aloisoinac opened 9 months ago

aloisoinac commented 9 months ago

I don't know where correct place this discussion. So moderators, please guide me to post this at correct channel.

Inertia shares data between server and client storing data over tags via data-* attributes, i think that expose data and turns rendering proccess more expensive.

So encourage, an effort to use another data management such as redux, where we can encrypt data and select only needed portion of data to manage via selectors can lead inertia to another level, or this approach is out of inertia's scope?