kerlos / react-useless

Monorepo for react hooks, mostly useless btw

Home Page:https://react-useless.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Useless Hooks

A collection of React Custom Hooks that should not belong anywhere.

Hacktoberfest

  • This repo is created specifically for Hacktoberfest (obviously). If you're interested or want to contribute to my other repos, let's chat on Discord! (Most will be in Thai)

Contribution

  • (Optional) ⭐️ This repository
  • Create a new hook in src/hooks folder and a component using the hook in src/hooks-usage folder, use the component template.
    • Alternatively 🎉, you can run npm run create:hook <YOUR_HOOK_NAME> to auto-generate your hook and hook-usage files! for example, npm run create:hook useMore
  • If you don't know TypeScript, simply use any type or import DefinitelyNotAny from "./types"
  • Try not to update other places or auto-format, it'll cause merge conflicts.

TODOs

You can help us on these meta-tasks, too.

  • Add more useless hooks
  • Remove useful hooks
  • Publish to NPM
  • Write some less-useless HTML & CSS for the home page
  • Add Tests Nah, that seems useful

About

Monorepo for react hooks, mostly useless btw

https://react-useless.vercel.app


Languages

Language:TypeScript 87.6%Language:CSS 6.9%Language:EJS 2.3%Language:JavaScript 2.3%Language:HTML 0.8%Language:Shell 0.1%