Reactタイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5386 | B++ | 5.4 | 99.2% | 75.0 | 407 | 3 | 10 | 2025/03/09 |
2 | ku | 5101 | B+ | 5.1 | 98.7% | 78.8 | 407 | 5 | 10 | 2025/01/30 |
関連タイピング
-
JavaScriptの暗記用です
プレイ回数4393英語長文913打 -
プレイ回数514長文記号201打
-
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数2626英語長文120秒 -
キーボードにある記号全て使います!!
プレイ回数2690英語60秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数5565英語長文120秒 -
プログラマーの卵のためのタイピング練習
プレイ回数3422英語長文300秒 -
プレイ回数1254英語短文120秒
-
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2127短文英字429打
問題文
(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