Auri 2021-08-07 14:39:41 -07:00
commit a45a9320d1
3 changed files with 7 additions and 3 deletions

4
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,4 @@
# These are supported funding model platforms
github: aurailus
patreon: aurailus

View File

@ -1,8 +1,8 @@
# Absolutely Vibin' Hooks for (P)React.
## Okay, but what is this, really?
## Okay, but what is this, anyways?
I've been working on a lot of react projects recently, and I seem to run into the need for the same hooks again and again. So I thought: 'why not make this simpler and just publish a package with all of them in it?' And now we're here. All of them are compatible with React and Preact, and the package has its own typings, because I'm not a troglodyte.
I've been working on a lot of React projects recently, and I seem to run into the need for the same hooks again and again. So I thought: 'why not make this simpler and just publish a package with all of them in it?' And now we're here. All of them are compatible with React and Preact, and the package has its own typings, because I'm not a troglodyte.
## What hooks are included?

2
dist/package.json vendored
View File

@ -8,7 +8,7 @@
"main": "./Main.js",
"typings": "./Main.d.ts",
"scripts": {
"start": "echo 'This is the distributed package, please download the source from https://github.com/Aurailus/useful-hooks to develop useful-hooks!'",
"start": "echo 'This is the distributed package, please download the source from https://github.com/Aurailus/vibin-hooks to develop vibin-hooks!'",
"dev": "npm start",
"build": "npm start"
},