Jordan Harrison
Jordan's Dev Blog

Jordan's Dev Blog

Follow
homebadgesnewsletter
Tag

hooks

#hooks

More content

Read more stories on Hashnode


Articles with this tag

A first look at Svelte for React Developers

Feb 28, 20233 min read

If you're a React developer looking for a new way to build web applications, you may have heard of Svelte. Svelte is a modern framework which aims to...

A first look at Svelte for React Developers

React hooks and best practises to use them effectively

Dec 6, 20223 min read

Hooks are a powerful feature in React that allows you to use state and other React features without writing a class. They were introduced in React...

React hooks and best practises to use them effectively

How to enforce Conventional Commit messages using Git hooks with husky & commitlint

Aug 18, 20222 min read

In this guide I will be showing you how to enforce the use of Conventional Commit messages in Git. If you don't know what Conventional Commits are,...

How to enforce Conventional Commit messages using Git hooks with husky & commitlint