Introduction to React Hooks – How to Get Started

Have you heard about this new feature called React hooks? A lot of people in React community are talking about them. Some people even call this feature a game changer. This brings a few questions. What are React Hooks? Why are they so hot? And, finally, how can we use them? This article will give… Continue reading Introduction to React Hooks – How to Get Started

6 Quick React Tips to Write A Better Code Pt.2

Learning new quick React tips is always good. A handful of tips can help you improve your code and results of your work. In this article, you will learn about another three quick React tips to write cleaner and more efficient code. You will learn about things such as pure components, conditional loading and propTypes… Continue reading 6 Quick React Tips to Write A Better Code Pt.2

6 Quick React Tips to Write A Better Code Pt.1

Have you ever wanted to know some quick React tips to help you write a better code? You are on the right place. This two-part series will give you six of these React tips. These tips will cover a variety of topics. However, all will share the same goal, to help you write a better… Continue reading 6 Quick React Tips to Write A Better Code Pt.1

How to Build a Great Style Guide with React & styled-components Pt.3

When you work on a design project it is easy to lose track of how all elements should look like. This leads to inconsistent design and more work later. That is why having a style guide is so useful. Style guide helps us work fast while keeping the design consistent. Learn how to build your… Continue reading How to Build a Great Style Guide with React & styled-components Pt.3

How to Build a Great Style Guide with React & styled-components Pt.2

Every design project should have a style guide. This is one of the best ways to ensure the design is consistent. There are many tools to create a style guide. However, building one by yourself can be beneficial. It gives you more options and freedom. This tutorial will show you how to build your own… Continue reading How to Build a Great Style Guide with React & styled-components Pt.2

How to Build a Great Style Guide with React & styled-components Pt.1

How hard could it be to create a style guide for your website, app, or any other project? And, what if you want to build it with React and styled-components? So, will you accept this challenge? Great! This tutorial will take you through the whole process and show you how you, too, can build a… Continue reading How to Build a Great Style Guide with React & styled-components Pt.1