Skip to content

Commit 15b5749

Browse files
authored
docs: add driver description and demo (#3142)
1 parent b69b8ec commit 15b5749

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/guides/drivers.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Drivers
2+
3+
Drivers act as bridges between an application and its backend, simplifying the integration of different platforms. Instead of needing to understand the specific details of each platform, you can interact with them through a driver. This promotes flexibility in data management while providing a consistent way to communicate with each platform.
4+
5+
This [demo](https://stackblitz.com/edit/stackblitz-starters-nwvydt?file=src%2Fmain.ts) showcases an application with dynamic driver switching, which allows product information from different drivers to become accessible from one URL.

libs/product/guides/drivers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ The only other thing you need to do is to make the product images in `@daffodil/
8080
}
8181
}
8282
}
83-
```
83+
```

0 commit comments

Comments
 (0)