Learning React by Practice – React Router for Beginners

Imagine you could change the content of the website or app without reloading it. Impossible? Not at all. You can do that with something called React Router. How? I’m glad you are asking. Today, I will take you through all steps necessary to get React Router up and running. From now, you will see reloading… Continue reading Learning React by Practice – React Router for Beginners

Learn How to Create Simple React Form Elements

Have you ever wanted to create some React form elements, but didn’t how? Good news! In this tutorial, you will learn how to create a number of simple React form elements. What elements? You will create elements such as button, datalist, checkbox, label, input and radio. These are probably the most often used form elements.… Continue reading Learn How to Create Simple React Form Elements

Learn How to Create Quick and Simple React Flipping Card

How cool would it be to know how to build React flipping card? Your own interactive business card! Imagine how you could use this card to make your portfolio stand out! In this tutorial, I will take you through all the steps necessary to create this card. I tried to make the code simple ad… Continue reading Learn How to Create Quick and Simple React Flipping Card

How to Build Simple and Powerful Lazyload JavaScript Plugin

Have you ever wanted to use lazyload plugin to speed up your website? Who wouldn’t. The problem is that most of lazyload plugins require jQuery. Sure, there are some exception. However, you need advanced knowledge of JavaScript if you want to understand the code. If you don’t have that, forget about customizing the plugin. You… Continue reading How to Build Simple and Powerful Lazyload JavaScript Plugin

How to Write Clean CSS in 10 Simple Steps Pt2

Do you know how to write and maintain clean CSS? You can write CSS that is easy to read, understand and maintain. You only need to know some simple steps. Today, you will learn about five of them. We will discuss file structure. Then, we will talk about mixing CSS and JavaScript, and why it… Continue reading How to Write Clean CSS in 10 Simple Steps Pt2

How to Write Clean CSS in 10 Simple Steps Pt1

Do you think you can write clean CSS? There are many web designers and developers convinced that writing good and clean CSS is hard. In a fact, a lot of people don’t like CSS at all. For them, CSS is pain in the butt. Here is a good news. Working with CSS can be actually… Continue reading How to Write Clean CSS in 10 Simple Steps Pt1