Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Some useful custom hooks for React

License

Notifications You must be signed in to change notification settings

fliegwerk/react-custom-hooks

Repository files navigation

Custom Hooks for React

DeepScan grade

Some useful custom hooks for React by fliegwerk

Abstract

This project is a collection of custom hooks for React used in fliegwerk and by fliegwerk. All hooks are written in Typescript for better typings and IDE integrations.

We maybe release these hooks as a package in the future, but currently there are no ambitions to do so. This repo is more like a general store and share for custom hooks.

So, if you have any nice custom hooks to share or hook/functionality ideas, please open a pull request or an issue!

Issues and Contributing

We also included some coding standards, that you must follow.

We are using Prettier for code style and ESLint for code syntax checks. We also included some deepscans to check for vulnerable code.

Every hook obtains its own file.

Please include some nice JSDoc to your custom hook, if possible.

Before you commit, please run:

$ npm run check

to check your code for styling and syntax.

If you have any issues or suggestions, feel free to open an issue or write us: https://www.fliegwerk.com/contact

Project Information

This is a project by fliegwerk: https://www.fliegwerk.com/