How to Use React Context to Build a Multilingual Website Pt.1

React Context is one of the most interesting features in React 16.3.0. There had been a lot of buzz about this hot feature. In this easy tutorial, we will take a look at how to use React, React Router and React Context to build a simple multilingual website. I hope you will enjoy this tutorial.… Continue reading How to Use React Context to Build a Multilingual Website Pt.1

How to Build Password Generator with Electron & React Pt.3 – The Final Part

The main task of a password generator is generating passwords, right? This will be our goal for this final part. First, we will implement some functionality for Input and Checkbox components. Then, we will add a few tweaks. After that, we will finally put together the core piece of our password generator, the method for… Continue reading How to Build Password Generator with Electron & React Pt.3 – The Final Part

How to Build Password Generator with Electron & React Pt.2 – Creating the UI

Every password generator, and app in general, needs a great UI. For two reasons. First, great UI makes using the app easier and faster for anyone who wants to use the app. Second, we often judge the quality of the app according to its design. We see things with great design as better and more… Continue reading How to Build Password Generator with Electron & React Pt.2 – Creating the UI

How to Build Password Generator with Electron & React Pt.1 – Setting the Stage

Have you ever wanted to build your own password generator? And, what about an app? This tutorial will show you how! In this mini series, we will learn how to use electron and React and build desktop password generator app. Today, we will start by putting together all dependencies. Then, we will create package.json and… Continue reading How to Build Password Generator with Electron & React Pt.1 – Setting the Stage

How I Built My First Electron App & You Can Too Pt.5 – Polishing, Building & Shipping

Wanting to create an electron app is one thing. Shipping it is another. Today, we are going to finish our app and ship! We will start by improving the UI. We will use styled-components to create components for custom checkboxes and lists. Then, we will implement a simple top menu. After that, we will use… Continue reading How I Built My First Electron App & You Can Too Pt.5 – Polishing, Building & Shipping

How I Built My First Electron App & You Can Too Pt.4 – Adding Timer & Notification

Building an electron app is so easy anyone can do it! All you need is just an idea. Then, this mini series will show you how to take your idea and build your first electron app, step-by-step. In this part, our goal will be creating, and then implementing, Timer component with a simple notification for… Continue reading How I Built My First Electron App & You Can Too Pt.4 – Adding Timer & Notification