Skip to content

Commit 8fcc032

Browse files
committed
feat: add posts react-query to examples
1 parent 104cf72 commit 8fcc032

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,21 @@ export const examples: Example[] = [
348348
"zustand",
349349
],
350350
},
351+
{
352+
title: "Posts (React Query example)",
353+
description:
354+
"Example of using FSD with React Query (Mutation, Query, Pagination)",
355+
website: "https://codesandbox.io/p/github/ruslan4432013/fsd-react-query-example/main",
356+
version: VERSIONS.V2,
357+
updatedAt: "2024-02-25",
358+
source: "https://github.com/ruslan4432013/fsd-react-query-example",
359+
preview: require("./img/react-query-example.png"),
360+
tech: [
361+
"react",
362+
"react-query",
363+
"typescript",
364+
"material ui"
365+
],
366+
},
351367
// Reverse the list (last examples should be at the top)
352368
].reverse();
89 KB
Loading

0 commit comments

Comments
 (0)