React Best Practices & Tips Every React Developer Should Know Pt.1

React is one of the most popular libraries for building interactive user interfaces. In this post, I will show you a handful of React best practices that will help you become a better React developer. Learn these practices so you can start writing a better React code.

11 Tips on Creating a Great User Onboarding Experience

User onboarding is important and often ignored part of product strategy. Done right, it can help your product succeed, increase user activation, retention and engagement. Done wrong, it can cause a lot of damage. Use these 11 tips and create user onboarding experience that will improve your product and delight your users.

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 Create a High-Converting Landing Page Pt2

Have you ever wondered what makes a great landing page? Do you want to know how to create one? This article will teach you what you need to know to do that. Learn the best tips and practices used by experts and start building perfect landing pages that will help you convert visitors to customers!

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.