Learning Remix Series, part 2: Fetching Data with a Loader Function
We want to load our data from an external resource, and eventually that will be a database. We'll start by cheating though, and continue to use our constant todoList.
We want to load our data from an external resource, and eventually that will be a database. We'll start by cheating though, and continue to use our constant todoList.