MBP(はてな)

MacBook Pro,iPhone Xs,React

MacでSolidJS

$ npx degit solidjs/templates/ts solidjs-sample

Ok to proceed? (y) y

$ cd solidjs-sample
$ yarn
$ yarn dev
$ yarn dev -- --open

ビルドツールはVite(ヴィート)を使っているので早い

$ git init
$ git add .
$ git commit .
first commit

GitHubリポジトリを作成して、push
$ git remote add origin https://github.com/hiroyuki12/vercel-solid-pages.git
$ git branch -M main
$ git push -u origin main

GitHub - hiroyuki12/vercel-solid-pages


http://localhost:3000

SolidJSに入門してみる | dnrsm.dev

$ npm run startして、
http://localhost:5000/ で表示できた。
GitHub - solidjs/solid-hackernews: Solid implementation of Hacker News


VercelでSolidJS + Qiita APIで記事情報を取得して表示 - MBP(はてな)


solidjs のプロジェクトでstorybookを使う


Introduction to Reactivity with SolidJS - YouTube

Reactより2倍早い
React大好き侍が、「もうSolidJSでいいじゃん...//」ってなったワケ。 - Qiita