@alevnyacow/nzmt 0.15.17 → 0.15.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ And after one CLI command and few tweaks you can use your React query hooks or S
|
|
|
103
103
|
### How to use React query hooks
|
|
104
104
|
|
|
105
105
|
```
|
|
106
|
-
|
|
106
|
+
Schema: Client → React Query → API → Controller → Service → Store → DB
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
Everything is already scaffolded for you, just import it and use! ✨
|
|
@@ -138,7 +138,7 @@ export default function Home() {
|
|
|
138
138
|
### How to use server actions
|
|
139
139
|
|
|
140
140
|
```
|
|
141
|
-
|
|
141
|
+
Schema: Server Action → Service → Store → DB
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
Just get required instances from DI and use methods. That's all. ✨
|