This repo will help you when contributing a new React Hook to the rehooks
org.
- Clone this repository
cd
into it- Run
./init.sh ../path/to/rehooks-desired-project-name
(run./init.bat
if you are on windows) cd
into that directory- Open it up your editor
- Find-all occurences of "..." across the entire project
- Fill each of them in with the correct content
- Be sure to run
yarn test
andyarn example
and make sure it has the right behavior - Be sure to update the documentation and example
- When you're done, create a repo and ping @jamiebuilds (github or twitter)