Ohans Emmanuel's Blog

Build a Full-stack React app with Zero Configuration

Building a modern frontend application typically requires a lot of tooling. Think Babel, Webpack, Parcel, Rollup etc. There’s a reason module bundlers are so popular. There are lots of great tools to help simplify the process of beginning a new frontend project. If you’re not new to React,

React Hooks Documentation: An Easy to Read Version

React hooks were added to React in version 16.8. With the transition from class to functional components, hooks let you use state and other features within functional components i.e without writing a class component. This reference guide will discuss all the hooks natively available in React, but first,

Ohans Emmanuel's Blog © 2026