Reactタイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5386 | B++ | 5.4 | 99.2% | 75.0 | 407 | 3 | 10 | 2025/03/09 |
2 | ku | 5107 | B+ | 5.1 | 99.2% | 79.1 | 407 | 3 | 10 | 2025/05/17 |
関連タイピング
-
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数6706英語長文120秒 -
プログラミング用のタイピング練習
プレイ回数4989英語長文300秒 -
htmlやcssのタイピングです。
プレイ回数6746英語長文120秒 -
JavaScript 暗記用です
プレイ回数2795英語長文594打 -
WEB系エンジニア向け
プレイ回数1887英語長文1462打 -
キーボードにある記号全て使います!!
プレイ回数2834英語60秒 -
メソッド名やクラス名をタイピングしよう
プレイ回数190長文英字60秒 -
アルファベットと数字が混ざったタイピングです!!
プレイ回数1045短文127打
問題文
(import react from 'react';)
import react from 'react';
(export default module;)
export default module;
(export const component = (props) =>{return (<h1>Hello World!</h1>)};)
export const component = (props) =>{return (<h1>Hello World!</h1>)};
(const [state,setState]=useState(initialState);)
const [state,setState]=useState(initialState);
(useEffect(()=>{},[]);)
useEffect(()=>{},[]);
(export default function(props){return (<div>hello</div>)};)
export default function(props){return (<div>hello</div>)};
(const router = useRouter();)
const router = useRouter();
(export const getStaticProps = async () => {};)
export const getStaticProps = async () => {};
(const handleChange = useCallback((e)=>{setState(e.target.value)},[]);)
const handleChange = useCallback((e)=>{setState(e.target.value)},[]);
(onChange,onClick,onSubmit)
onChange,onClick,onSubmit