Skip to content

Commit 968ba81

Browse files
committed
Update LinksActions.js
Added useful link https://reactjsnews.com/react-style-guide-patterns-i-like/
1 parent 5c3e2a5 commit 968ba81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/actions/LinksActions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ const data = [
7373
{
7474
"url": "http://react.rocks/",
7575
"title": "Collection of examples and tutorials"
76+
},
77+
{
78+
"url": "https://reactjsnews.com/react-style-guide-patterns-i-like/",
79+
"title": "React Style Guide"
7680
}
7781
];
7882

0 commit comments

Comments
 (0)