The seventh div

HomeBadges

Mapping array data to a web page with vanillaJS

Feb 24, 20216 min read

Starting out with ReactJS as a beginner, the common project or frequent task that one would get to work on or practice, is the fetching of data/information from a particular API endpoint, say for example jsonplaceholder API, where you can decide to f...

Writing "static-checks" in a React Project.

Feb 1, 20216 min read

Cover photo by Dan Dennis This article is a citation of what Adedeji Stephen originally proposed in a GitHub repository he created. This article is going to walk you through how to set up these "static checks" in a React project. "Static checks". Wh...

A simple guide to the placeholder attribute

Jan 12, 20213 min read

So, a lot of people (beginners) starting out in tech (in the field of web development) have no idea that they can actually style a placeholder text that is commonly found in the input fields of the form element. In this short guide, I'd go over the b...

Autofill in forms: why did you neglect it?

Jan 9, 20214 min read

We've all come across this particular feature/thing with forms on the web, where the form fields are automatically filled when a particular form field (say, the full name field) is clicked, and sometimes, you just wonder how it happens. People hate...

The travails of using webpack

Dec 22, 20206 min read

Cover photo by Heather Morse on Unsplash Most of the time, managing assets in a project that uses webpack to bundle its files can be very frustrating and tiresome. In this article, I would list the common issues/problems I encountered while using we...

Component mapping in React

Nov 18, 20204 min read

You definitely would have made use of the array.map() feature of JavaScript in React, probably to map a list of items or some data into your app's UI. But, what if you could do just that to your components? In this short guide, I'd show you how to ac...

© 2021 The seventh div

PrivacyTerms
Proudly part of