Skip to content

Pinia (store)

Olivier Verwoerd edited this page Dec 22, 2023 · 1 revision

In the src/stores folder of the project you will find the pinia store, where we use the pinia library to keep track of the entered values.

Pinia is a reactive state management library that integrates seamlessly with Vue 3.

Pinia's reactive nature allows us to easily track the status of our website and automatically update it when changes occur. It ensures that all values are calculated immediately and entered into the tables.

For more information about how Pinia works and how we implement it in our codebase, you can consult the Pinia documentation via the following link: Pinia Docs

Clone this wiki locally