Hunter Trammell's Blog

I'm a Front End Developer hailing from Kansas City, and I'm excited to welcome you to my blog! Here, you'll find a diverse range of content, from intriguing short stories to informative coding-related articles and tutorials. I'm also thrilled to announce the recent publication of my book on React, Mastering React.js: A Comprehensive Guide to Building Modern, Scalable Web Applications, which I believe will be a valuable resource for fellow developers. Don't miss out on this opportunity to elevate your skills - check it out now by clicking here! Happy Coding and enjoy your stay on my blog!

Recent Posts

Master React Basics: Components, Props & State Management Explained
ReactJavaScript

Friday, Mar 24, 2023

Master React Basics: Components, Props & State Management Explained

Unlock the core concepts of React development with our in-depth guide on components, props, and state. Learn how to structure React applications like a pro and create engaging user experiences.

Read Article
The beginner's guide to publishing your first package on npm
JavaScriptTypeScriptNode

Thursday, Jul 21, 2022

The beginner's guide to publishing your first package on npm

Publishing a package to npm is easier than you think! In this article, we will take a look at how you can publish your first package to npm.

Read Article
A quick guide on how to strategically use Custom Properties in CSS
CSS

Sunday, Jul 17, 2022

A quick guide on how to strategically use Custom Properties in CSS

Custom Properties or variables in CSS can help keep your stylesheets DRY while providing a way to make your code sustainable. Let's take a look at how you can strategically use custom properties in CSS.

Read Article
How to create a dynamic alert component in React
ReactJavaScript

Monday, Jul 11, 2022

How to create a dynamic alert component in React

Having an alert component that you can trigger from anywhere in your application can be a great asset, let's take a look at how we can achieve this in React

Read Article
A quick guide to understanding the basics of TypeScript
JavaScriptTypeScript

Friday, Jul 1, 2022

A quick guide to understanding the basics of TypeScript

TypeScript is a popular language that adds a type layer on top of JavaScript. Let's take a quick look at why you should use TypeScript and how to get started.

Read Article
How to quickly create a mock API in React using Mock Service Worker
JavaScriptReactAPI

Thursday, Jun 30, 2022

How to quickly create a mock API in React using Mock Service Worker

Mock Service Worker is a JavaScript library that allows you to quickly mock API's in your application. Let's take a look at how to implement a mock API in React.

Read Article