How to Build Simple Tetris Game with React & TypeScript

Playing games is fun. What’s better, and also more beneficial, is creating your own games. Why? It is a great way to learn new skills, or get better. In this tutorial, you will learn how to write your own Tetris game with React, JavaScript and TypeScript. Have fun and work on your programming skills at… Continue reading How to Build Simple Tetris Game with React & TypeScript

How to Build Simple Tic Tac Toe Game with React

Have you ever wanted to create your own Tic Tac Toe game? You are on the right place. This tutorial will show you how to do it, using JavaScript and React. What’s more, it will also show you how to use localStorage to store history of games. Get better in JavaScript and React and build… Continue reading How to Build Simple Tic Tac Toe Game with React

How to Build Trello Board with React, TypeScript & Styled-components

Have you ever wanted to create a Trello-like board with drag & drop functionality? Well, it is actually easier than you may think. This tutorial will show you how to do it, using React, TypeScript and styled-components. Learn all you need to build your own Trello-like board in just a few minutes.

How to Start Building Desktop Apps with Electron and React

Imagine you could build desktop apps only with HTML, CSS and JavaScript. This is possible and easy with library called Electron. This tutorial will show you how to start building your first desktop apps with Electron and React. We will take a look at what dependencies are necessary. Then, we will set up Webpack. Finally,… Continue reading How to Start Building Desktop Apps with Electron and React

How to Use React Context to Build a Multilingual Website Pt.2

Have you ever wondered how to use React Context API? This tutorial will show you how to use it to build a simple multilingual website. In this part, we will start by creating navigation for our website. Then, we will build three simple pages. After that, we will prepare files for translation and make our… Continue reading How to Use React Context to Build a Multilingual Website Pt.2

How to Use React Context to Build a Multilingual Website Pt.1

React Context is one of the most interesting features in React 16.3.0. There had been a lot of buzz about this hot feature. In this easy tutorial, we will take a look at how to use React, React Router and React Context to build a simple multilingual website. I hope you will enjoy this tutorial.… Continue reading How to Use React Context to Build a Multilingual Website Pt.1