narze / react-useless

Monorepo for react hooks, mostly useless btw
https://react-useless.vercel.app
55 stars 82 forks source link

Fix hooks ordering #106

Closed narze closed 2 years ago

narze commented 2 years ago

I want to fix useLess at the top of the page and the list, to give the user the idea of useless hook.

and also paUse should be at the bottom of the list because I don't want to see this face any time I visit the website...

image
narze commented 2 years ago

Maybe add an array to fix order

const top = ["useLess"]
const bottom = ["paUse"]

and other hooks order alphabetically as they should be between the hooks in the top list and bottom list

leomotors commented 2 years ago

Closing this as completed in #110