Skip to content

Commit f071445

Browse files
authored
Merge pull request #3152 from juhamikael/patch-2
Update part6d.md (ENG)
2 parents 8db0a12 + 295f490 commit f071445

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/6/en/part6d.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ export default App
4848

4949
The initial code is on GitHub in the repository [https://github.com/fullstack-hy2020/query-notes](https://github.com/fullstack-hy2020/query-notes/tree/part6-0) in branch <i>part6-0</i>.
5050

51+
**Note**: By default, cloning the repo will only give you the main branch. To get the initial code from the part6-0 branch, use the following command:
52+
```
53+
git clone --branch part6-0 https://github.com/fullstack-hy2020/query-notes.git
54+
```
55+
5156
### Managing data on the server with the React Query library
5257

5358
We shall now use the [React Query](https://tanstack.com/query/latest) library to store and manage data retrieved from the server. The latest version of the library is also called TanStack Query, but we stick to the familiar name.

0 commit comments

Comments
 (0)