Closed sheleoni closed 1 year ago
On /play route, generate random kana character, and click the kana character to generate the next random character.
Organising components: https://nextjs.org/docs/app/building-your-application/routing/colocation
page.js
<QuestionWord />
/src/app/play/QuestionWord.tsx
On /play route, generate random kana character, and click the kana character to generate the next random character.
Organising components: https://nextjs.org/docs/app/building-your-application/routing/colocation
page.js
. So we can put the<QuestionWord />
component under/src/app/play/QuestionWord.tsx