73 followers
I am Folajomi Shotunde, a full-stack web developer based in Lagos, Nigeria. With a background in Project Management I have undergone a career extension to software and web development.
React allows us to build dynamic web applications which facilitates interaction between the app and users. In order to achieve this, different react components need to interact with each other to properly display app responsiveness to user interactio...
In the previous blog post, we said react components are of two types, and we talked about functional components. This blog post will focus on the other type of react components - class components. What are class components? Class components are reac...
Now that our react application is all set up, we can now start building components for our web page!!! We all know what react components are. If we don't or we've forgotten, let's have a little refresher in this blog post. React components are of t...
Hey guys, In the previous blog post, we looked at how we can get our react applications started with create-react-app. This post will walk us through the boilerplate (or template) files created for us by this simple command and how we can use them i...
This article concludes the setting up of react, which began in the the previous blog post. In the the previous blog post, we looked at how we can embed react and react-dom, as scripts, within our html documents, I would recommend for web pages which...
This is where we write our first codes in our react track (kinda). But before we proceed, it is important that we all have an understanding of the following Basic understanding of HTML and CSS Basic Knowledge of JavaScript (ES6+ syntax and features)...