How to Start Building Desktop Apps with Electron and React

Imagine you could build desktop apps only with HTML, CSS and JavaScript. This is possible and easy with library called Electron. This tutorial will show you how to start building your first desktop apps with Electron and React. We will take a look at what dependencies are necessary. Then, we will set up Webpack. Finally,… Continue reading How to Start Building Desktop Apps with Electron and React

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

Have you ever wondered how to use React Context API? This tutorial will show you how to use it to build a simple multilingual website. In this part, we will start by creating navigation for our website. Then, we will build three simple pages. After that, we will prepare files for translation and make our… Continue reading How to Use React Context to Build a Multilingual Website Pt.2

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

The Good, Bad, Ethical Design, Users and Other Things We Don’t Talk About

Ethical design is something we don’t hear or talk about a lot. We usually talk only about good or bad design. Let’s take a moment and talk about the impact the things we design have on people who use them. This is a fact. Everything we create has an impact on our lives and lives… Continue reading The Good, Bad, Ethical Design, Users and Other Things We Don’t Talk About

Icons in Design – 3 Big Mistakes We Make and 5 Tips to Solve Them

Icons are used almost everywhere, be it a website, app or even print. We like to use them in our designs to improve the user experience as well as the design itself. The problem is that it is very easy to make a mistake. This ends up damaging the design and worsening the user experience.… Continue reading Icons in Design – 3 Big Mistakes We Make and 5 Tips to Solve Them

How to Build a Website with React, React Router & Styled-Components Pt.3

React gained a lot of popularity. We can say that it became probably the most popular JavaScript library for building user interfaces. Its flexibility allows us to create anything we want, from apps, to websites. This tutorial is about the second. Its goal is to show you how to use React, react-router and styled-components to… Continue reading How to Build a Website with React, React Router & Styled-Components Pt.3