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

How fast can you build a simple website with react, react-router and styled-components? The question is not whether it is doable. Everything is. The real and more important question is, how hard it is? Well, it is actually very easy. You can do this in just a few minutes, even with only a very basic… Continue reading How to Build a Website with React, React Router & Styled-Components Pt.1

A Quick Introduction to PostCSS – What You Need to Get Started

As web designers and developers, we spend a lot of time working with CSS. For many, this is a time full of pain. There are many tools that aim to make working with CSS easier, faster, more flexible and fun. PostCSS is one of those tools. You may already heard about it. Maybe you even… Continue reading A Quick Introduction to PostCSS – What You Need to Get Started

Create Flipping Card & Responsive Grid with Styled-components & React

Have you ever thought about using styled-components to create a simple flipping card and responsive grid layout? In this tutorial, you will get a chance to do both! First, we will use styled-components to create flexbox-based responsive grid system. Then, we will create a component for a very simple flipping card. I hope you will… Continue reading Create Flipping Card & Responsive Grid with Styled-components & React

Styled-Components – Mastering the Fundamentals Through Practice

Styled-components is becoming more and more popular. Many projects built with React.js use this library. This is no surprise. Styled-components make working with CSS easy and fun, even in JavaScript. However, everything requires practices, especially when what you want is mastery. This is the goal of this article. Let’s go back to the fundamentals of… Continue reading Styled-Components – Mastering the Fundamentals Through Practice

A Simple Introduction to Styled-components – Modular CSS and Reactjs

Have you ever heard about styled-components? Chances are that you did, at least if you have some experience with app development, or Reactjs. This is a very interesting take on modular CSS. What is this styled-components thing about? As its website says, its goal is to help developers style their apps without any stress. Let’s… Continue reading A Simple Introduction to Styled-components – Modular CSS and Reactjs

How to Learn Web Development Pt.3 – 8 Popular Questions Answered

Having the framework to learn web development is sometimes not enough. There might still be some questions that can make learning web development difficult. In this final part of this mini series, we will discuss the eight most popular questions you were asking for. From how difficult learning web development is to tools, SEO, design,… Continue reading How to Learn Web Development Pt.3 – 8 Popular Questions Answered