Skip to content

Commit

Permalink
Merge pull request #655 from ruslan4432013/master
Browse files Browse the repository at this point in the history
Add new example - Posts (React Query example)
  • Loading branch information
unordinarity authored Feb 25, 2024
2 parents 104cf72 + 390db6a commit e7c681d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,16 @@ export const examples: Example[] = [
"zustand",
],
},
{
title: "Posts (React Query example)",
description:
"Example of using FSD with React Query (Mutation, Query, Pagination)",
website: "https://fsd-react-query-example.vercel.app/",
version: VERSIONS.V2,
updatedAt: "2024-02-25",
source: "https://github.com/ruslan4432013/fsd-react-query-example",
preview: require("./img/react-query-example.png"),
tech: ["react", "react-query", "typescript", "material ui"],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/react-query-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7c681d

Please sign in to comment.