Adebola Adeniran
Adebola's Blog

Adebola's Blog

Follow
Follow
homebadges
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Firebase Functions to Build a Serverless CRUD App

Oct 24, 20229 min read5 views

Firebase is a powerful backend service provided by Google that speeds up Web Development by providing a BaaS (Backend-as-a-service) infrastructure....

Firebase Functions to Build a Serverless CRUD App

Building a Serverless Realtime Chat application with Pusher and NextJS

Jun 5, 20225 min read60 views

Let’s build a chat application with Pusher’s API Why Pusher? Pusher provides a number of affordable, easy to use APIs to add Realtime functionality...

Building a Serverless Realtime Chat application with Pusher and NextJS

Using WordPress as a Headless CMS With React

Apr 27, 20218 min read155 views

React), the frontend framework created at Facebook in 2013, with over 165k GitHub stars is now one of the most loved Frontend frameworks used by...

Using WordPress as a Headless CMS With React

How to collect payments with PayPal in your React application

Feb 15, 20214 min read164 views

I recently built a project that required integrating with Paypal to collect payments from users. After spending hours trying to implement Paypal...

How to collect payments with PayPal in your React application

How to show a loading bar when changing routes in NextJS

Oct 29, 20202 min read154 views

Setting up I spent days trying to find the right thing to google on how to setup the blue loading bar that shows at the top of your screen when...

How to show a loading bar when changing routes in NextJS

Throw out Redux, use Redux Toolkit

Aug 14, 20207 min read182 views

Out with the old, in with the new! First published at blog.adebola.dev/throw-out-redux-use-redux-toolkit A while back when I started picking up Redux...

Throw out Redux, use Redux Toolkit