react-haiku icon indicating copy to clipboard operation
react-haiku copied to clipboard

A clean & lightweight collection of React Hooks & Utilities!

Results 41 react-haiku issues
Sort by recently updated
recently updated
newest added

Added the Image component on the Utility list

- [ ] The useMutation hook should be able to perform a PUT request to update data on the server using the provided API URL. - [ ] It should...

enhancement
good first issue

- [ ] The useFetch hook should be able to make HTTP requests and retrieve data from a specified URL. - [ ] The hook should provide a way to...

enhancement
good first issue

Description: Implement a utility component that enables the creation of dynamic, Pinterest-like grid layouts with flexible and responsive item positioning. Acceptance Criteria: - [ ] The component should arrange its...

enhancement

Using a standard prettier config, the entire codebase will be in sync. - creates a .prettierrc.json - installs prettier as dev dependency - adds a settings.json file in the .vscode...

Description: Add unit tests using the Jest testing framework to ensure the stability and reliability of the React Haiku library. Acceptance Criteria: - Configure Jest as the testing framework for...

enhancement
good first issue

Description: Implemented a utility component, that simplifies adding or removing CSS classes dynamically in a React application with following criteria: ✅ The component should accept a className prop and apply...

Description: Develop an utility component that facilitates infinite scrolling behavior, dynamically loading more content as the user scrolls. Acceptance Criteria: - [ ] The component should detect when the user...

enhancement

Adding 2 workflows: Ci and Cd, 1 to build the project(incase TS) and test the project to ensure latest features are working. 2nd to auto push latest version to npm.

Description: Implement a versatile utility component that enables the display of helpful and customizable tooltips for various UI elements. Acceptance Criteria: - [ ] The component should provide an intuitive...

enhancement