Skip to content

Commit a5022e8

Browse files
Shiyan7azinit
andauthored
Add React/Effector example (feature-sliced#588)
* sudoky-example * Update src/pages/examples/_config.ts Co-authored-by: Ilya Azin <[email protected]> * Update src/pages/examples/_config.ts Co-authored-by: Ilya Azin <[email protected]> --------- Co-authored-by: Ilya Azin <[email protected]>
1 parent 754b909 commit a5022e8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,15 @@ export const examples: Example[] = [
171171
updatedAt: "2023-04-24",
172172
tech: ["react", "redux-toolkit", "typescript", "vite"],
173173
},
174+
{
175+
title: "Sudoku (React+Effector)",
176+
description: "A simple crossword of numbers on effector / fsd",
177+
website: "https://sudoku-effector.pages.dev/",
178+
source: "https://github.com/Shiyan7/sudoku-effector",
179+
preview: require("./img/sudoku.png"),
180+
version: VERSIONS.V2,
181+
updatedAt: "2023-06-08",
182+
tech: ["react", "effector", "typescript", "vite", "tailwind", "atomic-router"],
183+
},
174184
// Reverse the list (last examples should be at the top)
175185
].reverse();

src/pages/examples/img/sudoku.png

203 KB
Loading

0 commit comments

Comments
 (0)