Learning Remix Series, part 3: Storing Data in the Database
We already have a loader that can access the database to fetch data. But we need a way to send data to the database. We do that with an action function.
We already have a loader that can access the database to fetch data. But we need a way to send data to the database. We do that with an action function.