Shared repository, filled with custom React hooks, that can be used in future project.
Name | Description | Link |
---|---|---|
useBreakpointsGenerator | Custom hook to generate breakpoints responsible for changing active menu entry. | Link |
useOrphansFormatting | Custom hook that will format polish text and move orphans (e.g. 'i', 'w', etc.) to the next line. | Link |
useClickOutsideHandler | Custom hook to detect wheter a click appeared outside of passed element. | Link |
useWindowDimensions | Custom hook to get window inner width and height even after resize. | Link |
Create new branch, from master, with your custom hook, than open a pull request with a new addition to this markdown file.