We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6032 commit 17fdd1eCopy full SHA for 17fdd1e
examples/hacker_news/README.md
@@ -1,4 +1,10 @@
1
-# Explore Examples
+# Hacker News [](https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news)
2
+
3
+## Description
4
5
+Demonstrate a news articles with jotai, hit next to see more articles.
6
7
+## Set up locally
8
9
```bash
10
git clone https://github.com/pmndrs/jotai
@@ -12,3 +18,7 @@ cd examples/hacker_news && yarn
12
18
# start the dev server
13
19
yarn start
14
20
```
21
22
+## Set up on codesandbox
23
24
+Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news
0 commit comments