Using a global store makes sense when your todo list evolves and the component storing the data is no longer mounted / exists. Examples could be:
- Full page individual todo edit - Separate component / page that uses the same data - Some background logic that does X based on the todo data
Using a global store makes sense when your todo list evolves and the component storing the data is no longer mounted / exists. Examples could be:
- Full page individual todo edit - Separate component / page that uses the same data - Some background logic that does X based on the todo data