Solutionunvalidated
...a in the parameter list of the arrow function inside create() means that the function can accept any number of arguments — In the context of the create() function from the Zustand library. Tension: those arguments will be collected into an array called a. Outcome: In this case it will be [set, get].
9b90c609-3af6-49e5-a732-7586cc66ea2e
...a in the parameter list of the arrow function inside create() means that the function can accept any number of arguments — In the context of the create() function from the Zustand library. Tension: those arguments will be collected into an array called a. Outcome: In this case it will be [set, get].