docs: improvements to intro and basics chapters (#8956)

This commit is contained in:
Shahed Nasser
2024-09-03 17:34:07 +03:00
committed by GitHub
parent 7e278bef76
commit e9fce4c5c2
11 changed files with 53 additions and 29 deletions
@@ -10,6 +10,8 @@ In this chapter, youll learn about loaders and how to use them.
A loader is a function executed when the Medusa application starts. You define and export it in a module.
Loaders are useful to perform a task at the application start-up, such as to sync data between Medusa and a third-pary service.
---
## How to Create a Loader?