/webdev-essentials

A collection of code-snippets and useful info essential for web development.

Primary LanguageTypeScript

Description

A collection of useful hooks and utils for web development.

├── hooks
│   ├── useAPIFetch.tsx
│   ├── useBreakPoint.tsx
│   └── useWindowResize.tsx
└── utils
    ├── classNames.ts
    ├── fetchWithTimeout.ts
    ├── randomFromTo.ts
    └── validators.ts