SolidLabResearch / loama

Provide a centralized platform to easily digest and manage the connections between your personal SOLID data vault and the applications that you use.
https://osoc24.github.io/loama/
1 stars 1 forks source link

Loama: introduce pinia #29

Closed NuttyShrimp closed 2 months ago

NuttyShrimp commented 2 months ago

The primary target of this refactor is to allow other components to easily update data without the need for prop drilling or declaring functions that update state outside components. I know the latter is perfectly possible, but I think pinia wouldn't exist if it doesn't do some optimizations under the hood