RSSAmplifier

Ben Ilegbodu · Feb 21, 2021

React custom Hooks vs. Mixins

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The last couple of weeks, I've been working on my latest project, [NBA Player Tiers](https://nbaplayertiers.com/) (very much still in-progress). I wrote this custom Hook to retrieve NBA player information from a [Firestore](https://firebase.google.com/products/firestore) DB. It's composed of other custom Hooks and it just makes me giddy. ```js {15,22} import { useEffect, useState } from 'react'…

Read on benmvp-58narrjea-benmvp-dev.vercel.app/blog/react-custom-hooks-mixins

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.