📄️ 📊 The Partials Concept
The Partials are a more efficient way of calculating the average of one data array partial sizes by avoiding the recalculation of the entire array every time.
📄️ 🛠 Create Partial
When you create a Partial, the structure will create a reactive variable behind the scenes. The name reactive represents how the variables will automatically update their values without more instructions.
📄️ 📤 Get Partial
Returns the Partial average result of the requested ID.