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
Tag: programming language
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
How to Learn Web Development Pt.2 – Beyond the Fundamentals
Do you want to learn web development, but you already know the basics? This article may be the answer you’ve been looking for. Today, we will talk about what to do if you want to go beyond the fundamentals. We will take a look at HTML, CSS and JavaScript frameworks worth learning. Next, we will… Continue reading How to Learn Web Development Pt.2 – Beyond the Fundamentals
How to Learn Web Development Pt.1 – Where to Start
Have you ever wanted to learn web development, but didn’t know where to start? The path to learn web development can be very complex. It can be hard to choose what topic or technology you should begin with. The goal of this two-part article is to make this decision easier for you. Today, we discuss… Continue reading How to Learn Web Development Pt.1 – Where to Start
6 Simple Tips on How to Start Writing Clean Code
Writing clean code is not an easy task. It requires experimenting with different tips and practices. The problem is that there are so many practices and tips on this subject it can be overwhelming. As a result, it can be hard for a developer to choose those tips and practices worth following. Let’s make this… Continue reading 6 Simple Tips on How to Start Writing Clean Code