Home/Shedrack Akintayo
Author
SAShedrack Akintayo

Shedrack Akintayo

5 articles by Shedrack Akintayo.

Performance — Methods Of Improving And Optimizing Performance In React Apps — Smashing Magazine

Methods Of Improving And Optimizing Performance In React Apps — Smashing Magazine

Since React was introduced, it has transformed the way front-end developers build web applications, and its virtual DOM is famous for effectively rendering components. In this tutorial, Shedrack Akintayo will discuss various methods of optimizing performance in React applications, and also the features of React that we can use to improve performance.

SAShedrack AkintayoShedrack Akintayo·July 16, 2020Performance
Frontend — Higher-Order Components In React — Smashing Magazine

Higher-Order Components In React — Smashing Magazine

In this tutorial, Shedrack Akintayo is going to learn about higher-order components, the syntax of higher-order components, as well as use cases for them. In the process, you will build a higher-order component from an existing React component. By the end of this tutorial, you will understand the basics of higher-order components and how to build them.

SAShedrack AkintayoShedrack Akintayo·June 8, 2020Frontend
Frontend — Consuming REST APIs In React With Fetch And Axios — Smashing Magazine

Consuming REST APIs In React With Fetch And Axios — Smashing Magazine

If you’re a React developer who’d like to learn how you can start consuming APIs in your React applications, then this article is for you. Consuming REST APIs in a React Application can be done in various ways, but in this tutorial, Shedrack Akintayo will be discussing how we can consume REST APIs using two of the most popular methods known as Axios and Fetch API. You will learn what a REST API is

SAShedrack AkintayoShedrack Akintayo·June 3, 2020Frontend
Frontend — Styling Components In React — Smashing Magazine

Styling Components In React — Smashing Magazine

React is a fantastic JavaScript library for building rich user interfaces. It provides a great component abstraction for organizing your interfaces into well-functioning code, but what about the look and feel of the app? There are various ways of styling React components from using stylesheets to using external styling libraries. In this article, Shedrack Akintayo will explain the cons and pros of

SAShedrack AkintayoShedrack Akintayo·May 14, 2020Frontend
Frontend — Getting Started With The React Hooks API — Smashing Magazine

Getting Started With The React Hooks API — Smashing Magazine

In this tutorial, you are going to learn and understand what React hooks are, the basic React Hooks that are available and also examples of how to write them for your React applications. In the process, you will also get to know about some additional hooks that were shipped with React 16.8 and also how to write your own custom React Hooks.

SAShedrack AkintayoShedrack Akintayo·April 10, 2020Frontend