Back to Jotai

Hacker News

examples/hacker_news/README.md

2.19.1688 B
Original Source

Hacker News

Description

Browse Hacker News items with Jotai. Click the arrow button to load the next item.

Set up locally

bash
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/hacker_news && pnpm install

# start the dev server
pnpm dev

Set up on StackBlitz

Link: https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/hacker_news