You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ui5-webcomponents-react-seed/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@ Builds the app for production to the `build` folder.
74
74
75
75
## Dev & Not Dev Dependencies
76
76
77
+
### `react-query`
78
+
79
+
Used to manipulate async request, data fetching, cache and more (no redux / saga anymore).
80
+
81
+
[Tutorial Link](https://www.youtube.com/watch?v=yccbCol546c), [Random Post](https://blog.bitsrc.io/how-to-start-using-react-query-4869e3d5680d) and [Creator Official Video](https://www.youtube.com/watch?v=seU46c6Jz7E).
82
+
77
83
### `commitlint`
78
84
79
85
Used to check the commits before actually commits.
0 commit comments