A modern, responsive counter application built with React and Bootstrap. This project demonstrates fundamental React concepts including state management, event handling, and component composition.
先日Vanilla.jsで制作したカウンターアプリを、React(とTypescript)でリファクタリング。 Javascript Onlyでのスクリプト記述が以下に冗長か、Reactを使うとよく分かる。 とりあえず、基本的なこととして、次のことを学んだ。 viteでの環境構築 コンポーネントを ...