Skip to content

Commit 2bd6e4b

Browse files
committed
updated error boundary naming conventions
1 parent c3fd28d commit 2bd6e4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package-react/example/server/models/technology.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"text": "test",
4+
"liked": false,
5+
"replies": [],
6+
"createComment": false,
7+
"timestamp": "Jul 24, 2024",
8+
"username": "Guest",
9+
"picture": "guest"
10+
},
211
{
312
"text": "Agree on the dev experience. Also, for those looking to optimize their app's performance, React Query's automatic data fetching on window refocus or network reconnect is a neat feature. Reduces the need for manual refetching and ensures data is always fresh.",
413
"liked": false,

0 commit comments

Comments
 (0)