yesayajones.hashnode.devStyling React ComponentsIf you are new to React, you might be wondering, "How exactly do I add styling to my components?". In a basic HTML/ CSS website, adding styling can be as easy as just adding a CSS file alongside your HTML file. The same can be done with React, but Re...Jul 21, 2023·4 min read
yesayajones.hashnode.devBeginner's Guide To JSONHey there! Ever heard of JSON and wondered, "What is that?" Then, you have come to the right place. In this guide, we'll cover the basics of JSON, including its structure and how to create JSON objects. We'll also look at how to retrieve data from an...Apr 2, 2023·3 min read