Reactタイピング

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 5386 | B++ | 5.4 | 99.2% | 75.0 | 407 | 3 | 10 | 2025/03/09 |
2 | ku | 5184 | B+ | 5.1 | 100% | 78.5 | 407 | 0 | 10 | 2025/03/12 |
関連タイピング
-
タイピングをマスターしたい方向けの問題です。
プレイ回数1.1万英字276打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数4.1万302打 -
プレイ回数2547短文9打
-
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1140英語長文90秒 -
タイピングをマスターしたい方向けの問題です。
プレイ回数7900英字242打 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1333英語長文220打 -
プレイ回数425英語短文159打
-
Next.js英単語タイピング(1分間ランダム)
プレイ回数131英語60秒
問題文
(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