Building Powerful Components with React Custom Hooks

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • react-hooks-blog

  • We made a demo app (an Image Gallery app in this case) that fetches images from Lorem Picsum and displays them in the app. Feel free to clone this repository for the code of our demo project.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • picsum-photos

    Lorem Ipsum... but for photos.

  • export const fetchImages = async (page = 1, limit = 10) => { const response = await fetch( `https://picsum.photos/v2/list?page=${page}&limit=${limit}` ); if (!response.ok) { throw new Error("Failed to fetch images"); } const imageList = await response.json(); return imageList; };

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • DBee – A Simple TUI Database Browser

    1 project | news.ycombinator.com | 15 Jun 2024
  • JetBrains DataGrip doesn't accept JSON1 data type

    1 project | news.ycombinator.com | 15 Jun 2024
  • Go is a platform

    1 project | dev.to | 15 Jun 2024
  • CouchGO! — Enhancing CouchDB with Query Server Written in Go

    2 projects | dev.to | 15 Jun 2024
  • Show HN: Dstort – utility to "organize" randomly a directory

    1 project | news.ycombinator.com | 14 Jun 2024