Caleb Olojo

Caleb is a Frontend developer and technical writer who loves sharing information around frontend web technologies and its best practices. In his free time, he contributes to opensource projects on GitHub.
Author Insights

4

0

0
Caleb is a Frontend developer and technical writer who loves sharing information around frontend web technologies and its best practices. In his free time, he contributes to opensource projects on GitHub.
4
0
0
Oct 6, 2021
Working with tables in React has always been a burden since developers encounter issues related to the styling, responsiveness and proper rendering of data on tables.
Aug 21, 2021
Javascript supports a feature to verify if the data sent by a user from a web application to a web server is valid or not. This feature gives front-end developers the ability to verify a user’s input data...
Jul 1, 2021
One of the crucial aspects when building an application is to make it responsive. This feature allows the website or mobile app to adapt to different screen sizes or devices. This is because an individual can...
May 29, 2021
When you use React to build applications, you should think of how data is being passed among different components in the application.