https://github.com/ivanatias/ezreact
Collection of dependency free React utilities (hooks and components) that you can copy and paste in your projects for easier and faster development of React applications
https://github.com/ivanatias/ezreact
Last synced: 3 months ago
JSON representation
Collection of dependency free React utilities (hooks and components) that you can copy and paste in your projects for easier and faster development of React applications
- Host: GitHub
- URL: https://github.com/ivanatias/ezreact
- Owner: ivanatias
- License: mit
- Created: 2024-07-26T01:51:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T12:16:47.000Z (9 months ago)
- Last Synced: 2025-02-27T11:40:01.261Z (3 months ago)
- Language: TypeScript
- Homepage: https://ezreact.vercel.app
- Size: 703 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# EzReact - React Hooks and Components that you can copy and paste in your projects
EzReact is a collection of carefully crafted, performant, well-tested, and dependency free React utilities (components and hooks) that you can copy and paste in your projects to streamline your development process of React applications. JavaScript and TypeScript code is available for each utility.
These utilities were written with the following ideas in mind:
- Reliability
- Performance
- SSR compatibility
- Ease to use## Structure
This repository consists of 3 main parts:
- `packages/main`:
This is the core of the project, built with Vite. It contains all the utility components and hooks, along with their tests.- `packages/cli`:
This package contains the code for the Command Line Interface (CLI). The CLI is designed to simplify the usage of the hooks and components, allowing you to easily integrate them into your projects without the hassle of copying and pasting directly from the documentation site.- `packages/docs`:
Hosts the documentation site for both the utilities and the CLI. Here, you can find detailed guides on how to use each utility, examples, and API references to help you get started quickly and effectively.## Contributing
All kind of contributions are welcome and appreciated!
Before contributing, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Special Credits
- Huge thanks to [Camilo Zuluaga](https://github.com/camilo-zuluaga) for designing EzReact's logos and banners!