Building a minesweeper game using React Hooks

Click for: original source

Author of this blog post will share his experience and learnings with a project to improve my knowledge of the most significant ReactJS feature in recent time – hooks. Tutorial is about building Minesweeper clone. TypeScript was also used. By Ivaylo.

The article walks you through:

  • Development environment & setup
  • Game styling using retro library React95
  • Game logic
  • React hooks
  • State, without Redux
  • TypeScript 3.7

… and more. Author is now convinced that hooks are the future of React together with concurrent rendering, which will be the next major feature. Source code is available on GitHub. Easy read!

[Read More]

Tags programming javascript react ux