GG Tools is a collection of utility functions and hooks for React applications. It aims to provide reusable and helpful tools to streamline the development process and improve productivity.
You can install GG Tools using npm:
npm install @gg-react/gg-tools
GG Tools provides a set of utility functions and hooks that can be imported and used in your React applications. Here's an example of how to use one of the utility functions: import { capitalize } from '@gg-react/gg-tools';
Waiting...
To use the hooks provided by GG Tools, you can import them like this:
import { useFetch } from '@gg-react/gg-tools';
const { get } = useFetch();
Please refer to the API documentation for a complete list of available utility functions and hooks and their usage.
Contributions to GG Tools are welcome! If you have any bug fixes, improvements, or new features to propose, please get in touch on the owner's linkedin @gabertotti
GG Tools is released under the MIT License.