サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
CES 2025
qiita.com/arihito@github
import React from 'react'; import { render } from 'react-dom'; import { createStore } from 'redux'; // 座席確保(State) const initialState = { // 単品メニューの準備 menu: '', // 全ての注文の準備 menus: [] } // チケット販売機(ActionCreator) const inputCoin = (menu) => ( { // 基本オーダー(Action) type: 'WATER', payload: { menu } }); const addTicket = (menu) => ( // 食券オーダー(Action) { type: 'TICKET', payload: { menu } }); // スタッフが食券を厨房に
Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can do with signing up
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
このページを最初にブックマークしてみませんか?
『qiita.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く