Peter Ekene Eze

  Learn, Apply, Share

   



28 Stories by Peter Ekene Eze

How React Hooks can replace React Router

Looking for an alternative form of routing in your React projects? Read more to find out how React Hooks can replace React Router.
8 8 min read

Using React Spring for animation: Context and examples

Looking for examples of how to implement animations without causing a major performance bottleneck? React Spring may be what you need.
5 5 min read

Positioning elements with Vue 3 Teleport

In this tutorial, we'll go over the new Vue 3 Teleport feature and also demonstrate an example use case with a modal.
0 6 min read

Trying out the new Bootstrap 5 with React

In this post, we'll look at how to get started with Bootstrap 5 and how we can use the new version in a React...
5 6 min read

How to build an ecommerce site with Strapi, Vue.js, and Flutterwave

As a frontend developer, I was excited by how fast I could build backend services that communicate effortlessly with my frontend application.
9 7 min read

Implementing secure passwordless authentication in React Native apps with Auth0

In this post, we'll go over the concepts involved in implementing passwordless authentication with Auth0 and Twilio in a React Native application.
2 7 min read

Why you should use refs sparingly in production

A general rule of thumb is to consider how possible it'll be to do exactly what you want to do with props and state...
0 4 min read

Build more accessible forms with React Icons

The goal of this post is to help you understand how to build more accessible React forms by using the popular react-icons library.
0 4 min read

Building reusable UI components with React Hooks

In this tutorial, we will build reusable React components that can be used throughout your projects to maintain consistency in logic and presentation.
3 5 min read

What’s new in Firefox 70

In this post, we'll look at all the new features of Firefox 70 and demonstrate how they help increase our browsing experience.
0 5 min read

How to handle async side effects in 2019

React Async lets you handle promises and fetch data declaratively to make it easier to handle async UI states.
1 4 min read

Testing React applications in 2019

While testing can be a very controversial concept, something we can all agree on is testing is a very critical aspect of any product...
6 6 min read