https://github.com/dwarvesf/react-toolkit
Dwarvesf frontend packages for React
https://github.com/dwarvesf/react-toolkit
hooks lerna monorepo react toolkit
Last synced: about 1 year ago
JSON representation
Dwarvesf frontend packages for React
- Host: GitHub
- URL: https://github.com/dwarvesf/react-toolkit
- Owner: dwarvesf
- License: mit
- Created: 2021-08-07T06:52:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T06:52:41.000Z (over 2 years ago)
- Last Synced: 2025-03-15T17:01:46.080Z (about 1 year ago)
- Topics: hooks, lerna, monorepo, react, toolkit
- Language: TypeScript
- Homepage: https://react.toolkit.d.foundation/
- Size: 6.37 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
React Toolkit
A library of React hooks and utilities for building robust React applications.
## Packages
There are 3 packages by default:
- `@dwarvesf/react-hooks` contains generic React hooks.
- `@dwarvesf/react-utils` contains handy resuable functions.
- `@dwarvesf/react-eslint-config` contains an ESLint config with TypeScript and
Prettier support.
## Documentation
For full documentation, visit
[react.toolkit.d.foundation](https://react.toolkit.d.foundation/).
## Contributing
Pelase follow our [contributing guidelines](/CONTRIBUTING.md).