Skip to content

Commit 78e4a89

Browse files
committed
update readme
1 parent d95f8b5 commit 78e4a89

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ npm run lint
8383

8484
- [Next.js](https://nextjs.org/docs)
8585
- 検索する際は「App Router」を含めることで古い記事に惑わされることが少なくなります。
86+
- [OpenNext](https://opennext.js.org/cloudflare)
8687
- [DaisyUI](https://daisyui.com/docs/use/) / [Tailwind CSS](https://tailwindcss.com/docs)
8788
- buttonやinputやメニューなどの基本的なコンポーネントのデザインはDaisyUIにあるものを使うと楽です
8889
- 細かくスタイルを調整したい場合はTailwind CSSを使います (CSS直接指定(`style={{...}}`)よりもちょっと楽に書ける)
8990
- よくわからなかったらstyle直接指定でも良い
91+
- [SWR](https://swr.vercel.app/ja)
9092
- [react-markdown](https://www.npmjs.com/package/react-markdown)
91-
- オプションがいろいろあり、今はほぼデフォルト設定で突っ込んでいるがあとでなんとかする
92-
- [OpenNext](https://opennext.js.org/cloudflare)
93+
- REPL・実行結果表示: [xterm.js](https://xtermjs.org/)
94+
- コードエディター: [react-ace](https://github.com/securingsincity/react-ace)
95+
- それ以外のコードブロック: [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter)

0 commit comments

Comments
 (0)