JavaScript classes are one of the hottest features introduced in ECMAScript 2015. It is also one of the features that are discussed the most. Learn all you need to know about JavaScript classes, and how they work, so you can start using them with rock-solid confidence.
Category: Design Development
This category features articles on general design principles, Web design, typography, user interface design and related topics such as development.
React Best Practices & Tips Every React Developer Should Know Pt.2
Writing clean React code is hard and it takes time. Use these React best practices to make your code better and your work easier and faster. Learn how to initialize state faster, use key props the right way, deal with asynchronous nature of the setState and how to use propTypes and defaultProps.
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