2024-09-24
https://gyazo.com/1910b061cc6e1751ec2d1b9d2debba42
https://gyazo.com/15a298110cf15c62e5cdd7bcbfc53048https://gyazo.com/d6dba7bce5bc0e6da8444bcad9c6ddfe
https://gyazo.com/6998ca2cfaf3d8a3376b1b2724f72c06
イレイザーで倒しちゃった
ペイントでも倒せるらしい
周回要素らしい
ミッキージャンクマウンテンおぞましすぎる
https://gyazo.com/6db7dadd119174b97874a7c66da9ab0ahttps://gyazo.com/f2d6d23962ecb46f248cee78c21d499d
フォトモードで加工した
ピータートロニック撃破してベンチャーランド突入まで進めた
スミーの「やんす」語尾が矢部君すぎるのだけどWiiでもそうだったっぽい… https://gyazo.com/aed009fe9b5d3a039a1388c8ac3a39f2
https://gyazo.com/43843f1954d202cce7a2b90cc6b6e33b
ゴールド優良免許なのでオンライン講習できるのかな
Vitest統合: StorybookはVitestと連携し、コンポーネントテストの速度と効率を大幅に向上させました。 Next.js-Viteフレームワーク: Next.jsプロジェクト向けにViteプラグインを提供し、開発体験を向上させました。
バンドルサイズの削減: インストールサイズを50%削減し、依存関係の管理を改善しました。 Story globals API: テーマやビューポートなどの環境設定を標準化する新しいAPIを導入しました。
code:js
// RestaurantCard.stories.ts
import type { Meta, StoryObj } from '@storybook/react'
import { RestaurantCard } from './RestaurantCard'
const meta = {
component: RestaurantCard,
} satisfies Meta<typeof RestaurantCard>
export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {
id: '1',
name: 'Burger Kingdom',
rating: 4.2,
}
}
export const Dark: Story = {
...Default,
globals: { theme: 'dark' }
}
問いかけも入るので10分で話していい内容ではないとおもてる…
それを受けての各位反応
https://pbs.twimg.com/media/GYPxdScakAQ52jQ.jpg
https://www.youtube.com/watch?v=Y-KtmpuuI7o
https://gyazo.com/671588808b5d1b82ca2be41fffb24e4bhttps://gyazo.com/a47a9d0d0d8bb7c2d751c68681890005