File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments