React Native & Expo-How to Build Your First Mobile App

Have you heard about React native and Expo? Building desktop is great, but what about building mobile apps? What if you don’t have access to Android or Apple device. Or, you don’t want to learn Swift or Java. This is not a problem. React native and Expo allows you to build mobile apps on any… Continue reading React Native & Expo-How to Build Your First Mobile App

How to Build a Simple Website with GatsbyJS & PostCSS Pt.2

Building a website with GatsbyJS is incredibly simple. This tutorial will teach you how to use this static website generator to build your own website. You will learn about creating and linking pages, handling 404, managing static files and more. Learn what you need to know about GatsbyJS and build your own website. It is… Continue reading How to Build a Simple Website with GatsbyJS & PostCSS Pt.2

How to Build a Simple Website with GatsbyJS & PostCSS Pt.1

GatsbyJS is one of the most popular static website generators. This mini series will teach you all you need to use GatsbyJS to build your own website. We will start with a short info and what makes GatsbyJS a good choice. Next, we will install required dependencies and create GatsbyJS config. Finally, we will create… Continue reading How to Build a Simple Website with GatsbyJS & PostCSS Pt.1

How to Create a Custom-styled Google Map in React

Creating a custom-styled Google Map is easier than you think. No more default styles and ugly UI. Learn how to create Google Map that perfectly fits the design of your website or app. This article will teach you all you need to know to do it. Say No to generic maps. Unleash your creativity! Build… Continue reading How to Create a Custom-styled Google Map in React

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