How to Build a Todo List App with React Hooks and TypeScript

The best way to learn something is by doing. This tutorial will help you learn how to build your own todo list app with React hooks and TypeScript. Try this easy tutorial, build your own todo list app, and get better in JavaScript, React and TypeScript.

Build Your Own Meme Generator with React, React Hooks and TypeScript

The best way to learn something is by doing. It works even better if it means working on something for fun. So, how about learning about React, React hooks and TypeScript by building your own meme generator? This tutorial will show you how to do it.

5 Most Popular Ways to Style React Components Pt.2

Choosing the right way to style React components is hard. There are too many choices. In this article, we will take a look at the last two most popular ways to style React components. In order to help you find the right fit for you, we will also try each of these ways on a… Continue reading 5 Most Popular Ways to Style React Components Pt.2

5 Most Popular Ways to Style React Components Pt.1

There are many ways to style React components. Some are better than others. This can make choosing the right one hard. In this article, we will review the first three most popular ways to style React components. We will also take a look at how to implement each, so you can find the one you… Continue reading 5 Most Popular Ways to Style React Components Pt.1

JavaScript Classes – A Friendly Introduction Pt.2

JavaScript classes can make your code cleaner and more readable. This article will help you understand concepts such as class fields, getter and setter accessors and mixins. Learn how to work with JavaScript classes like a Pro, improve your programming skills, and become a better JavaScript developer.

JavaScript Classes – A Friendly Introduction Pt.1

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.